Data.DBXJSON.TJSONArray.Get
From RAD Studio API Documentation
Delphi
function Get(const Index: Integer): TJSONValue;
C++
TJSONValue* __fastcall Get(const int Index);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | TJSONArray |
Description
Returns the element at the given index in the JSON array.
Call Get to obtain the element at the index given through the Index parameter, in the JSON array.
If the given index is out of range, Get returns a null value.