Modifier and Type | Method and 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.
|
Constructor and Description |
---|
NodePair(java.lang.String string,
NodeArray value)
Constructor for creating a pair containing a NodeArray as value.
|