[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Name-based access to JSON values in the object.
Source position: fpjson.pp line 737
public property TJSONObject.Elements[AName: string] : TJSONData |
Elements allows to retrieve the JSON values of the elements in the object by name. If a non-existent name is specified, an EJSON exception is raised.
|
Indexed access to sub-items |
|
|
Indexed access to the names of elements. |
|
|
Types of values in the object. |
|
|
Named access to integer values |
|
|
Named access to int64 values |
|
|
Named access to boolean values |
|
|
Named access to string values |
|
|
Named access to float values |
|
|
Named access to JSON array values |
|
|
Named access to JSON object values |