Data.DBXJSON.TJSONObject
From RAD Studio API Documentation
Revision as of 15:45, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
TJSONObject = class sealed(TJSONValue)
C++
class PASCALIMPLEMENTATION TJSONObject/* [[sealed]] */ : public TJSONValue
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | Data.DBXJSON |
Description
Implements a JSON object.
TJSONObject is the class that implements a JSON object.
The Parse method can be used to parse a JSON data stream and store the encountered JSON pairs into the TJSONObject instance.
The ParseJSONValue method can be used to parse a byte array and create the corresponding JSON value from this data.