Demo application for using the AT&T IoT Starter Kit Powered by AWS.

Dependencies:   SDFileSystem

Fork of ATT_AWS_IoT_demo by Anthony Phillips

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 65 of file jsmn.h.