Get the current JSON parser handler.
Source position: fpjson.pp line 822
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.
|
Set the JSON parser handler. |
|
|
return the current JSON string to JSON Data conversion callback. |
|
|
Callback to parse JSON into JSONData. |
|
|
Convert JSON string to JSON data structure. |