API:System.JSON.TJSONValue

Delphi
TJSONValue = class abstract(TJSONAncestor)
C++
class PASCALIMPLEMENTATION TJSONValue : public TJSONAncestor
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
The abstract ancestor class for most JSON classes. {{#multireplace:System.JSON.TJSONValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.TJSONAncestor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.TJSONAncestor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
The abstract ancestor class for most JSON classes.
TJSONAncestor declares methods and properties common to all JSON classes representing JSON objects TJSONObject, JSON pairs TJSONPair, and other JSON types (like TJSONString, TJSONBool, and others).