[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Compress JSON - skip whitespace
Source position: fpjson.pp line 107
public property TJSONData.CompressedJSON : Boolean |
CompressedJSON can be used to let TJSONData.AsJSON return JSON which does not contain any whitespace. By default it is False and whitespace is inserted. If set to True, output will contain no whitespace.
|
Return a formatted JSON representation of the data. |
|
|
Return a JSON representation of the value |
|
TJSONData.UnquotedMemberNames |
||
TJSONData.AsCompressedJSON |
||
|
Should member names be written unquoted or quoted in JSON |