[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpjson' (#fcl)

TJSONObject.Elements

Name-based access to JSON values in the object.

Declaration

Source position: fpjson.pp line 551

public property TJSONObject.Elements : TJSONData
  read GetElements
  write SetElements;
  default;

Description

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.

See also

TJSONData.Items

  

Indexed access to sub-items

Names

Types

Integers

Int64s

Booleans

Strings

Floats

Arrays

Objects


Documentation generated on: Nov 14 2015