JsonObjectType

Overview

Specifies the type of JSON object when (de)serializing data with JsonMessage. Used internally by JsonSerializer class.

Location


Value Description
Array JSON object is array
False JSON object is False value
Null JSON object is null value
Number JSON object is number
Object JSON object is complex type (structure)
String JSON object is string
True JSON object is True value