Unit 'JsonParser' Package
[Overview][Types][Classes][Index] [#fcl]

TJSONParser

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

JSON parser implementation class

Declaration

Source position: jsonparser.pp line 35

type TJSONParser = class(TBaseJSONReader)

public

  function Parse;

  

Parses JSON data and returns root object

end;

Inheritance

TJSONParser

  

JSON parser implementation class

|

TBaseJSONReader

  

Abstract base class for JSON readers

|

TObject

Description

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.

See also

TJSONData

  

Base (abstract) object for all JSON based data types.

TBaseJSONReader

  

Abstract base class for JSON readers


Documentation generated on: Jan 27 2026