iot_water_monitor_v2

Dependencies:   easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code

Embed: (wiki syntax)

« Back to documentation index

jsmntok_t Struct Reference

jsmntok_t Struct Reference

JSON token description. More...

#include <jsmn.h>


Detailed Description

JSON token description.

Parameters:
typetype (object, array, string etc.)
startstart position in JSON data string
endend position in JSON data string

Definition at line 60 of file jsmn.h.