V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

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.