System.JSON.Readers.TJsonObjectReader
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.