System.JSON.TJSONObject.Pairs
Delphi
property Pairs[const Index: Integer]: TJSONPair read GetPair;
C++
__property TJSONPair* Pairs[const int Index] = {read=GetPair};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
Description
Key-value pair that is located at the specified Index
in the list of pairs of the JSON object, or nil
if the specified Index
is out of bounds.