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