JSON Object

Description

An JSON object. This object is not a built-in utility object, but can be accessed using one of the following methods:

Method

Method GetArrayRetrieves the values of a JSON array.
Method GetObjectRetrieves a JSON object.
Method GetValueRetrieves the property value of a JSON object.

Back to top

GetArray Method

Description

Retrieves the values of a JSON array.

Syntax

[JSONObject].GetArray(ArrayName)

Argument

Type

Description

ArrayName

String

Indicates the name of a JSON array.

Back to top

GetObject Method

Description

Retrieves a JSON object.

Syntax

[Dom].GetObject(JSONObject)

Argument

Type

Description

JSONObject

String

A JSON object.

Back to top

GetValue Method

Description

Retrieves the property value of a JSON object.

Syntax

[JSONObject].GetValue(PropertyName)

Argument

Type

Description

PropertyName

String

The name of a property.

Back to top

See also: