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

TJSONObject.Arrays

Named access to JSON array values

Declaration

Source position: fpjson.pp line 561

public property TJSONObject.Arrays : TJSONArray
  read GetArrays
  write SetArrays;

Description

Arrays allows to retrieve or set the JSON array 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 array.

See also

TJSONData.Items

  

Indexed access to sub-items

Names

Elements

Floats

Integers

Strings

Int64s

Nulls

Booleans

Types

Objects


Documentation generated on: Nov 14 2015