Source position: fpjson.pp line 33
type TJSONtype = (
jtUnknown,
jtNumber,
jtString,
jtBoolean,
jtNull,
jtArray,
jtObject
);