 |
CreateBooleanValue |
Creates a JsonValue from a Boolean. |
 |
CreateNumberValue |
Creates a JsonValue from a number. |
 |
CreateStringValue |
Creates the string for a JsonValue. |
 |
GetArray |
Gets an array, if the ValueType of the encapsulated value is Array. |
 |
GetBoolean |
Gets the Boolean value, if the ValueType of the encapsulated value is Boolean. |
 |
GetNumber |
Gets the number, if the ValueType of the encapsulated value is Number. |
 |
GetObject |
Gets a JsonObject, if the ValueType of the encapsulated value is Object. |
 |
GetString |
Gets a string, if the ValueType of the encapsulated value is String. |
 |
Parse |
Parses the specified JSON string into a JSON value. |
 |
Stringify |
Retrieves the JSON representation of the encapsulated value. |
 |
TryParse |
Parses the specified string into a JsonValue. |