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

TJSONObject.Objects

Named access to JSON object values.

Declaration

Source position: fpjson.pp line 771

public property TJSONObject.Objects[AName: string] : 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

  

Indexed access to the names of elements.

Elements

  

Name-based access to JSON values in the object.

Floats

  

Named access to float values.

Integers

  

Named access to integer values.

Strings

  

Named access to string values.

Int64s

  

Named access to int64 values.

Nulls

  

Named access to null values.

Booleans

  

Named access to boolean values.

Types

  

Types of values in the object.

Arrays

  

Named access to JSON array values.


Documentation generated on: Jan 30 2024