Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem
Fork of ATT_AWS_IoT_demo by
jsmn.h File Reference
Definition of the JSMN (Jasmine) JSON parser. More...
Go to the source code of this file.
Data Structures | |
| struct | jsmntok_t |
| JSON token description. More... | |
| struct | jsmn_parser |
| JSON parser. More... | |
Enumerations | |
| enum | jsmntype_t |
JSON type identifier. More... | |
Functions | |
| void | jsmn_init (jsmn_parser *parser) |
| Create JSON parser over an array of tokens. | |
| jsmnerr_t | jsmn_parse (jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, unsigned int num_tokens) |
| Run JSON parser. | |
Detailed Description
Definition of the JSMN (Jasmine) JSON parser.
For more information on JSMN:
- See also:
- http://zserge.com/jsmn.html
Definition in file jsmn.h.
Enumeration Type Documentation
| enum jsmntype_t |
Function Documentation
| void jsmn_init | ( | jsmn_parser * | parser ) |
| jsmnerr_t jsmn_parse | ( | jsmn_parser * | parser, |
| const char * | js, | ||
| size_t | len, | ||
| jsmntok_t * | tokens, | ||
| unsigned int | num_tokens | ||
| ) |
Generated on Tue Jul 12 2022 22:13:21 by
1.7.2
