Skip to content

Check existing key in JSON #9

Description

@CrazyHackGUT

Add native to check if a key exists in JSONObject.

	// Checks for the presence of a key.
	//
	// @param szKey      Key name.
	// @return           True if exists, or false.
	public native bool IsKeyExists(const char[] szKey);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions