Object
JSONPrimitive
Iterable
![]() | Private constructor. |
![]() | Reads or writes Boolean value if the JSONPrimitive is actually Boolean. |
![]() | Reads or writes Double value if the JSONPrimitive is actually Double. |
![]() | Reads or writes Int32 value if the JSONPrimitive is actually Int32. |
![]() | Reads or writes Int64 value if the JSONPrimitive is actually Int64. |
![]() | Returns true if the JSONPrimitive is actually JSON array. |
![]() | Returns true if the JSONPrimitive is actually Boolean. |
![]() | Returns true if the JSONPrimitive is actually Double. |
![]() | Returns true if the JSONPrimitive is actually Integer based (Int32 or Int64). |
![]() | Returns true if the JSONPrimitive represents JSON null. |
![]() | Returns true if the JSONPrimitive is actually number. |
![]() | Returns true if the JSONPrimitive is actually JSON object. |
![]() | Returns true if the JSONPrimitive is actually String. |
![]() | Return number of members in the JSON object. |
![]() | Reads or writes String value if the JSONPrimitive is actually String. |
![]() | Returns type code enum value for the JSON primitive. |
![]() | Adds Boolean member to a JSON object. |
![]() | Adds Double member to a JSON object. |
![]() | Adds JSONPrimitive member to a JSON object. |
![]() | Adds Int32 member to a JSON object. |
![]() | Adds Int64 member to a JSON object. |
![]() | Adds String member to a JSON object. |
![]() | Gets JSONArray from the JSONPrimitive if the primitive is actually array. |
![]() | Gets or Sets Boolean value by key on a JSON object. |
![]() | Deep clones the primitive.. |
![]() | Gets or Sets Double value by key on a JSON object. |
![]() | Gets source for the JSON primitive and all nodes bellow it. |
![]() | Checks if JSON object has a member by given name. |
![]() | Gets or Sets Int32 value by key on a JSON object. |
![]() | Gets or Sets Int64 value by key on a JSON object. |
![]() | Compares the JSON primitive with a JSONprimitive value. |
![]() | Compares the JSON primitive with a Boolean value. |
![]() | Compares the JSON primitive with a double value. |
![]() | Compares the JSON primitive with a Int32 value. |
![]() | Compares the JSON primitive with a Int64 value. |
![]() | Compares the JSON primitive with a String value. |
![]() | Reads JSON primitive from JSON object by using the Xojo array operator. |
![]() | Removes all members from the primitive if the primitive is a JSON object. |
![]() | Removes member by name from JSON object. |
![]() | Changes the primitive so it becomes json array. |
![]() | Changes the primitive so it becomes json object. |
![]() | Sorts the Keys if the primitive is actually Object. |
![]() | Gets or Sets String value by key on a JSON object. |
![]() | Enum representing types of primitive nodes. |