Constant to format JSON with minimal whitespace.
Source position: fpjson.pp line 94
const AsCompressedJSON = [foSingleLineArray, foSingleLineObject, foskipWhiteSpace]; |
AsCompressedJSON can be used to let TJSONData.FormatJSON behave as TJSONData.AsJSON with TJSONData.CompressedJSON equal to True
|
Return a formatted JSON representation of the data. |
|
|
Return a JSON representation of the value. |
|
|
Compress JSON - skip whitespace. |