JsonObjectType
Overview
Specifies the type of JSON object when (de)serializing data with JsonMessage. Used internally by JsonSerializer class.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
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 |
JSON Messaging JsonMessage class JsonSerializer class