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 Value |
Description |
Array |
Array element |
Boolean |
Boolean element |
Null |
The item is null |
Number |
Number element |
Object |
Object element |
String |
String element |