JSONNode.Constructor Constructor
Constructor that constructs a node that has a name and a integer value

Constructor(
name
as String,
value
as Integer)
Parameters
- name
- The name of the node
- value
- The integer value to assign to the node
Remarks
See Also
JSONNode Class