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