Open main menu

RAD Studio API Documentation β

API:System.JSON.TJSONArray

System.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONArray

Delphi

TJSONArray = class sealed(TJSONValue)

C++

class PASCALIMPLEMENTATION TJSONArray : /*[[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.TJSONArray 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