Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-json]

TJSONData.TFormatJSONContext

Declaration

Source position: fpjson.pp line 137

protected type TJSONData.TFormatJSONContext = record

public

  Options: TFormatOptions;

  S: TJSONStringType;

  SUsed: SizeInt;

  IndentSize: SizeInt;

  CachedIndents: array of TJSONStringType;

  procedure Append();

  procedure AppendIndent();

  procedure CreateCachedIndent();

end;


Documentation generated on: 2025-07-25