JSON Element - Type Property

Type of element e.g. Array, number, string etc.

Member of JSON Element (PRIM_WEB.JsonElement)

Data Type - Enumeration

Details

The Type property returns the data type of the element.

Allowed Values

Enum ValueDescription
ArrayArray element
BooleanBoolean element
NullThe item is null
NumberNumber element
ObjectObject element
StringString element


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2