[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
JSON parser implementation class
Source position: jsonparser.pp line 35
type TJSONParser = class(TBaseJSONReader) |
||
public |
||
function Parse; |
|
Parses JSON data and returns root object |
end; |
|
JSON parser implementation class |
|
| | | ||
|
Abstract base class for JSON readers |
|
| | | ||
TJSONParser is a parser class for reading JSON data from streams or strings. It extends TBaseJSONReader and builds a tree of TJSONData objects representing the parsed JSON structure.
|
Base (abstract) object for all JSON based data types. |
|
|
Abstract base class for JSON readers |