Source position: fpjson.pp line 89
type TFormatOptions = set of (
foSingleLineArray,
foSingleLineObject,
foDoNotQuoteMembers,
foUseTabchar,
foSkipWhiteSpace,
foSkipWhiteSpaceOnlyLeading,
foForceLF,
foFormatFloat
);