System.JSON.TJSONObject
Delphi
TJSONObject = class sealed(TJSONValue)
C++
class PASCALIMPLEMENTATION TJSONObject : /*[[sealed]]*/ public TJSONValue
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
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.