System.JSON.TJSONArray

From RAD Studio API Documentation
Jump to: navigation, search

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

Implements a JSON array.

TJSONArray is the class that implements a JSON array.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.JSON.TJSONArray&oldid=752790"