Contains methods to parse JSON Strings.
| Name | Description | |
|---|---|---|
| GetJObjectAsJsonString System Use Only | Converts a JObject to a String value, or a blank string if Nothing. | |
| GetPropertyArray | Get an Array from a Property. | |
| GetPropertyBoolean | Get a Boolean value from a Property. | |
| GetPropertyDate | Get a Date value from a Property. | |
| GetPropertyDecimal | Get a Decimal value from a Property. | |
| GetPropertyDouble | Get a Double value from a Property. | |
| GetPropertyInteger | Get an Integer value from a Property. | |
| GetPropertyString | Get a String value from a Property. | |
| IsValidJson | ||
| LoadJsonTokenArrayFromString | Load and parse a JSON Array Text String. | |
| LoadJsonTokenFromString | Load and parse a JSON Text String. | |
| RemoveProperty | Removes as Property from a JSON string and returns the modified JSON string. | |
| RemovejPath | Removes as JPath Property from a JSON string and returns the modified JSON string. |