Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TJSONArray.Arrays

Get or set elements as JSON array values.

Declaration

Source position: fpjson.pp line 611

public property TJSONArray.Arrays[Index: Integer] : TJSONArray
  read GetArrays
  write SetArrays;

Description

Arrays gives direct access to JSON Array values when reading. Reading it is the equivalent to accessing

Items[Index] As TJSONArray

When writing, it will replace any previous value at that location with the written value. Note that the old value is freed, and the new value is owned by the array.

See also

TJSONData.Items

  

Indexed access to sub-items.

TJSONData.IsNull

  

Is the data a null value ?

TJSONArray.Types

  

JSON types of elements in the array.

TJSONArray.Integers

  

Get or set elements as integer values.

TJSONArray.Strings

  

Get or set elements as string values.

TJSONArray.Int64s

  

Get or set elements as Int64 values.

TJSONArray.QWords

  

Get or set elements as QWord values.

TJSONArray.Floats

  

Get or set elements as floating-point numerical values.

TJSONArray.Objects

  

Get or set elements as JSON object values.


Documentation generated on: Jan 30 2024