Modifier and Type | Field and Description |
---|---|
protected NodeObj |
JsonObj.mNodeObj
The root node of the JSON tree.
|
Modifier and Type | Method and Description |
---|---|
NodeObj |
JsonParser.createTree(java.lang.String str)
Creates from the JSON object, given as a String in parameter str, a
recursive tree representing the JSON object.
|
NodeObj |
JsonObj.getNodeObj()
Returns the root node of the JSON tree.
|