Class JSON::JSONObject
A JSON-encoded object.
Example:
{ "value": 0 }
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
getPropStringValue | Gets the string value of property |
getPropValue | Gets the value of property |
Inherited predicates
getChild | Gets the | from JSONValue |
getEndLine | Gets the line on which this element ends. | from Locatable |
getFile | Gets the file this program element comes from. | from Locatable |
getLocation | Gets this element’s location. | from JSONValue |
getNumLines | Gets the number of lines covered by this element. | from Locatable |
getParent | Gets the parent value to which this value belongs, if any. | from JSONValue |
getStartLine | Gets the line on which this element starts. | from Locatable |
isTopLevel | Holds if this JSON value is the top level element in its enclosing file. | from JSONValue |
toString | Gets a textual representation of this element. | from JSONValue |