|
embedded-software
reusable software modules for embedded systems
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| char * | json_find_key (char *key, char *json) |
| Parses a JSON string for the string pointed to by key. More... | |
| char * | json_find_list_item (uint16_t number, char *json) |
| for finding the nth list item in the json key More... | |
| void | json_get_string (char *json, char *mystring) |
| This function gets the string associated with a list item from a JSON string. More... | |
| unsigned int | json_get_int (char *json) |
| This function gets the integer associated with a list item from a JSON string. More... | |