System.JSON.TJSONByteReader

From RAD Studio API Documentation
Revision as of 10:38, 16 September 2015 by AChaves (talk | contribs) (RS-68730)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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