Set of TFormatOption options.
Source position: fpjson.pp line 88
type TFormatOptions = set of ( |
||
foSingleLineArray, |
|
Keep all array elements on a single line. |
foSingleLineObject, |
|
Keep all object elements on a single line. |
foDoNotQuoteMembers, |
|
Do not use quote characters around object member names. |
foUseTabchar, |
|
Use the tabulator character for indents. |
foSkipWhiteSpace, |
|
Skip whitespace. |
foSkipWhiteSpaceOnlyLeading, |
|
Only skip leading whitespace when formatting JSON. |
foForceLF, |
||
foFormatFloat |
||
); |
TFormatOptions is the set definition used to specify options in TJSONData.FormatJSON.
|
Return a formatted JSON representation of the data. |
|
|
Formatting options for FormatJSON. |