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

TJSONObject.Types

Types of values in the object.

Declaration

Source position: fpjson.pp line 739

public property TJSONObject.Types[AName: string] : TJSONtype
  read GetTypes;

Description

Types allows to retrieve the JSON types of the elements in the object by name. If a non-existent name is specified, an EJSON exception is raised.

See also

Items

  

Indexed access to sub-items

Names

  

Indexed access to the names of elements.

Elements

  

Name-based access to JSON values in the object.

Integers

  

Named access to integer values

Int64s

  

Named access to int64 values

Booleans

  

Named access to boolean values

Strings

  

Named access to string values

Floats

  

Named access to float values

Arrays

  

Named access to JSON array values

Nulls

  

Named access to null values

Objects

  

Named access to JSON object values


Documentation generated on: May 14 2021