[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpjson' (#fcl)

TJSONStringParserHandler

Declaration

Source position: fpjson.pp line 726

type TJSONStringParserHandler = procedure(

  const aJSON: TJSONStringType;

  const AUseUTF8: Boolean;

  out Data: TJSONData

);