API:System.JSON.TJSONObject

From RAD Studio API Documentation
Revision as of 07:20, 4 July 2018 by BuildBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

System.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONObject

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

Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values.

System.JSON.TJSONObject inherits from System.JSON.TJSONValue. All content below this line refers to System.JSON.TJSONValue.

Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values.

See Also

Code Examples