JsonValue Class Properties

In this section, the JsonValue class property is discussed.

Description

Use this property to return the type of the value.

Example

Local JsonValue &jVal = CreateJsonValue();
Local datetime &dttm = DateTime6(2000, 1, 1, 1, 5, 7);
&jVal.SetDateTime(&dttm);
Local integer &jValueType = &jVal.ValueType;