JadeJsonObject Methods
The methods defined in the JadeJsonObject class are summarized in the following table.
Method | Description |
---|---|
createIterator | Returns a JadeIteratorIF that is guaranteed to be of type JadeJsonObjectIterator |
getJsonProperty | Gets the value of the specified JSON property |
getJsonPropertyArray | Gets the value of the specified JSON array property |
getJsonPropertyBoolean | Gets the value of the specified JSON boolean property |
getJsonPropertyCount | Returns the number of JSON properties on the JSON object |
getJsonPropertyNull | Returns true if a null‑type JSON property with a name matching the name parameter is found |
getJsonPropertyNumber | Gets the value of the specified JSON number property |
getJsonPropertyObject | Gets the value of the specified JSON object property |
getJsonPropertyString | Gets the value of the specified JSON string property |
setJsonPropertyArray | Sets the value of the specified JSON array property |
setJsonPropertyBoolean | Sets the value of the specified JSON boolean property |
setJsonPropertyNull | Sets the JSON property with the name specified in the name parameter to a null value |
setJsonPropertyNumber | Sets the value of the specified JSON number property |
setJsonPropertyObject | Sets the value of the specified JSON object property |
setJsonPropertyString | Sets the value of the specified JSON string property |
2022.0.04 and higher