Object
JSONNode
![]() | Constructor that constructs a empty root node. |
![]() | Constructor that constructs a node that has a name but no value |
![]() | Constructor that constructs a node that has a name and a string value |
![]() | Constructor that constructs a node that has a name and a integer value |
![]() | Constructor that constructs a node that has a name and a double value |
![]() | Constructor that constructs a node that has a name and a boolean value |
![]() | Sets or gets boolean value of the node. |
![]() | Returns number of child nodes that are under the node. |
![]() | Sets or gets comment of a node |
![]() | Sets or gets double value of the node. |
![]() | Sets or gets integer value of the node. |
![]() | Sets or gets the name of the node |
![]() | Sets or gets string value of the node. |
![]() | Returns a type constant telling what type the node is. |
![]() | Appends a child node. |
![]() | Appends a boolean value. |
![]() | Appends a node as a value. |
![]() | Appends a double value. |
![]() | Appends a integer value. |
![]() | Appends a string value. |
![]() | Gets a child node by a index |
![]() | Gets a child node by a name |
![]() | Removes all child nodes from the node |
![]() | Makes a clone of the node so that it can be inserted to different tree or at different branch of the same tree. |
![]() | Gets the raw JSON message as a string formatting it so that it is human readable. |
![]() | Gets the raw JSON message as a string in as short format as possible. |
![]() | A shared method that creates a new array node. |
![]() | This is overload on the REAL studio = operator. Compares two nodes to see if they are equal |
![]() | A shared method that parses a JSON string message into a structured JSON object tree. |
![]() | Removes a node by name and returns the removed node. |
![]() | Removes a node by index and returns the removed node. |
![]() | Removes a node by name. |
![]() | Removes a node by index. |
![]() | Shared method that strips white spaces from JSON message that is formatted to be easily human readable. |
![]() | Swaps the contents of two nodes |
![]() | There is no valid node |
![]() | String node |
![]() | Double node |
![]() | Boolean node |
![]() | Array node |
![]() | Node |