API:System.JSON.Readers.TJsonObjectReader

From RAD Studio API Documentation
Revision as of 11:01, 11 February 2020 by BuildBot (talk | contribs) (Created page with "<section begin="api" /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: System.JSON.Readers'''</li> <li>'''System.JSON.Re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

System.JSON.Readers.TJsonReaderSystem.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTJsonObjectReader

Delphi

TJsonObjectReader = class(TJsonReader)

C++

class PASCALIMPLEMENTATION TJsonObjectReader : public TJsonReader

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers System.JSON.Readers

Description

Base class for classes that allow you to read data serialized in JSON or a similar format.

System.JSON.Readers.TJsonObjectReader inherits from System.JSON.Readers.TJsonReader. All content below this line refers to System.JSON.Readers.TJsonReader.

Base class for classes that allow you to read data serialized in JSON or a similar format.

See Also