System.JSON.TJSONArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONArray

Delphi

TJSONArray = class sealed(TJSONValue)

C++

class PASCALIMPLEMENTATION TJSONArray : /*[[sealed]]*/ public TJSONValue

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Beschreibung

Implementiert ein JSON-Array.

TJSONArray ist die Klasse, die ein JSON-Array implementiert.

Siehe auch