Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

AddArrayMember

Combines the supplied name and a new JSON Array node as a new JSON Member node that is inserted as a child node

Result, Name

AddBooleanMember

Combines the supplied name and a new JSON Boolean node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddDateTimeMember

Combines the supplied name and a new JSON datetime node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddDecimalMember

Combines the supplied name and a new JSON Decimal node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddFloat64Member

Combines the supplied name and a new JSON Float64 node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddInt32Member

Combines the supplied name and a new JSON Int32 node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddInt64Member

Combines the supplied name and a new JSON Int64 node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddNullMember

Combines the supplied name and a new JSON Null node as a new JSON Member node that is inserted as a child node

Result, Name

AddNumberMember

Combines the supplied name and a new JSON Number node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AddObjectMember

Combines the supplied name and a new JSON Object node as a new JSON Member node that is inserted as a child node

Result, Name

AddStringMember

Combines the supplied name and a new JSON String node as a new JSON Member node that is inserted as a child node

Result, Name, Value

AsArray

Attempts to resolve current node as a PRIM_JSON.Array otherwise reports a runtime error. Document nodes resolve the root node and member nodes resolve the Value node. Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsBoolean

Retrieves the value of the current JSON node as a boolean Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsDateTime

Retrieves the value of the current JSON node as a date/time Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsDecimal

Retrieves the value of the current JSON node as a decimal Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsInt32

Retrieves the value of the current JSON node as a 32-bit integer Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsInt64

Retrieves the value of the current JSON node as a 64-bit integer Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsObject

Attempts to resolve current node as a PRIM_JSON.Object otherwise reports a runtime error. Document nodes resolve the root node and member nodes resolve the Value node. Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

AsString

Retrieves the value of the resolved JSON value node as a unicode string Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

Clone

Makes a copy of the current JSON node and recursively clones all the node's children Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

CloneNode

Makes a copy of the current JSON node optionally recursively cloning all the node's children Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result, Deep

CreateIterator

Creates an iterator component that enables iteration through the node's children Inherited from PRIM_JSON.Node (PRIM_JSON.Node)

Result

RemoveAll

Method for removing all children nodes of this node by setting each child node's parent to null Inherited from PRIM_JSON.Node (PRIM_JSON.Node)


See also

All Component Classes

Technical Reference