System.JSON.TJSONByteReader

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTJSONByteReader

Delphi

TJSONByteReader = class

C++

class PASCALIMPLEMENTATION TJSONByteReader : public System::TObject

Properties

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

Description

Implements generalized byte consumption of a JSON parser.

The TJSONByteReader class implements generalized byte consumption of a JSON parser. By default, it is assumed that the content is generated by a JSON ToBytes method. TJSONByteReader accommodates UTF-8.

See Also