TTMSFNCUtils.ParseJSON Method
Parses a JSON string.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function ParseJSON(AJSON: string): TJSONValue;
Parameters
| Name | Description |
|---|---|
AJSON |
JSON text to parse. |
Returns
Parsed JSON value, or nil when the text is invalid. The caller is responsible for freeing the returned value.