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; |