TTMSFNCUtils.GetJSONValueAsString Method
Converts a JSON value to its compact string representation.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function GetJSONValueAsString(AJSONValue: TJSONValue): string;
Parameters
| Name | Description |
|---|---|
AJSONValue |
JSON value to convert. |
Returns
String representation of the value, or an empty string for nil.