JSON Payloads
JSON Data Payload reference guide.
Last updated
Was this helpful?
JSON Data Payload reference guide.
Last updated
Was this helpful?
The data published to the Qubitro must be a JSON string following the JSON notation.
An example JSON string:
or
Keys must be strings, and values must be valid JSON data types following String,
Number,
Object,
Array,
Boolean,
or Null
.
Valid and %100 compatible.
Each key is automatically separated into a column with corresponding values.
Valid but not %100 compatible.
Each key is automatically separated into a column with corresponding values; however, because SensorReadings is a nested JSON Object, Temperature and Humidity keys cannot be parsed into a correct column.