[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get the current JSON parser handler
Source position: fpjson.pp line 593
function GetJSONParserHandler: TJSONParserHandler; |
The current parser callback value
GetJSONParserHandler can be used to get the current value of the JSON parser handler callback.
The fpJSON unit does not contain a JSON parser in itself: it contains simply the data structure and the ability to write JSON. The parsing must be done using a separate unit.
|
Get the current JSON parser handler |
|
|
Callback to parse JSON into JSONData |
|
|
Convert JSON string to JSON data structure |