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