Convert a JSON type to a string.
Source position: fpjson.pp line 795
function JSONTypeName( |
JSONType: TJSONtype |
):string; |
JSONType |
|
JSON type to convert to a string. |
Name of JSON type.
JSONTypeName converts the JSONType to a string that describes the type of JSON value.
|
Convert a string to a JSON-escaped string. |
|
|
Convert a JSON-escaped string to a string. |