System.JSON.TJSONObject.GetPair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPair(const Index: Integer): TJSONPair; inline;

C++

TJSONPair* __fastcall GetPair(const int Index);

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Returns the key-value pair that has the specified I index in the list of pairs of the current JSON object, or nil if the specified I index is out of bounds.

See Also