Source position: fpjson.pp line 763
type TJSONStringParserHandler = procedure(
const aJSON: TJSONStringType;
const AUseUTF8: Boolean;
out Data: TJSONData
);