Source position: fpjson.pp line 111
type TJSONEnum = record
Key: TJSONStringType;
KeyNum: Integer;
Value: TJSONData;
end;