You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
Add native to check if a key exists in
JSONObject
.The text was updated successfully, but these errors were encountered: