Uses of Class
JsonFse.NodeObj
-
-
Uses of NodeObj in JsonFse
Fields in JsonFse declared as NodeObj Modifier and Type Field Description protected NodeObj
JsonObj. mNodeObj
The root node of the JSON tree.Methods in JsonFse that return NodeObj Modifier and Type Method 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.Methods in JsonFse with parameters of type NodeObj Modifier and Type Method Description void
JsonObj. setNodeObj(NodeObj no)
Sets the root node of the JSON tree.Constructors in JsonFse with parameters of type NodeObj Constructor Description JsonObj(NodeObj no)
Creates a JSON object and sets its root object to the parameter.
-