this is fork and i will modify for STM32

Fork of AWS-test by Pierre-Marie Ancèle

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