Data.DBXJSON.TJSONValue
From RAD Studio API Documentation
Delphi
TJSONValue = class abstract(TJSONAncestor)
C++
class PASCALIMPLEMENTATION TJSONValue : public TJSONAncestor
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | Data.DBXJSON |
Description
Represents the ancestor class for all the JSON classes of type string, number, object, array, true, false, and null.
TJSONValue is the top class for all the JSON value classes, namely the JSON classes of type string, number, object, array, true, false, null.