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

TJSONObject.Objects

Named access to JSON object values

Declaration

Source position: fpjson.pp line 562

public property TJSONObject.Objects : TJSONObject
  read GetObjects
  write SetObjects;

Description

Objects allows to retrieve or set the JSON object values in the object by name. If a non-existent name is specified, an EJSON exception is raised when reading. When writing, any existing value is replaced by the specified JSON object.

See also

TJSONData.Items

  

Indexed access to sub-items

Names

Elements

Floats

Integers

Strings

Int64s

Nulls

Booleans

Types

Arrays


Documentation generated on: Nov 14 2015