- add(NodeValue) - Method in class JsonFse.NodeArray
-
Appends the value to the end of the element list.
- add(NodeValue) - Method in class JsonFse.NodeElements
-
Appends the value to the end of the element list.
- add(NodePair) - Method in class JsonFse.NodeMembers
-
Adds a new pair to the end of the list.
- add(NodePair) - Method in class JsonFse.NodeObj
-
Adds a new pair to the end of the member list.
- addPair(String, String) - Method in class JsonFse.JsonObj
-
Adds a new pair where the value is a string to the end of the node's
member list.
- addPair(String, double) - Method in class JsonFse.JsonObj
-
Adds a new pair where the value is a number to the end of the node's
member list.
- addPair(String, boolean) - Method in class JsonFse.JsonObj
-
Adds a new pair where the value is a boolean to the end of the node's
member list.
- addPair(String) - Method in class JsonFse.JsonObj
-
Adds a new pair where the value is null to the end of the node's
member list.
- addPair(String, NodeArray) - Method in class JsonFse.JsonObj
-
Adds a new pair where the value is a NodeArray to the end of the node's
member list.
- addPair(String, JsonObj) - Method in class JsonFse.JsonObj
-
Adds a new pair where the value is another JsonObj to the end of the node's
member list.