Uses of Class
JsonFse.JsonObj
-
-
Uses of JsonObj in JsonFse
Methods in JsonFse with parameters of type JsonObj Modifier and Type Method Description void
JsonObj. addPair(java.lang.String string, JsonObj value)
Adds a new pair where the value is another JsonObj to the end of the node's member list.Constructors in JsonFse with parameters of type JsonObj Constructor Description NodePair(java.lang.String string, JsonObj value)
Constructor for creating a pair containing a NodeObj as value.
-