JSON::Node
Functions
Name |
Description |
---|---|
Returns the Node’s JSON::Type. |
|
Checks if the Object Node contains a certain key. |
|
Returns the number of elements in an Array Node or Object Node. |
|
Returns the element at a certain index in an Array Node or a certain key in an Object Node. |
|
Returns all keys of an Object Node. |
|
Returns the number contained in a Number Node. |
|
Returns the string contained in a String Node. |
|
Returns the boolean contained in a Boolean Node. |
|
Adds an element to an Array Node or to certain key in an Object Node. |
|
Sets the value of a Number Node. |
|
Sets the value of a String Node. |
|
Sets the value of a Boolean Node. |