embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
json_parser.h File Reference
#include <stdint.h>
Include dependency graph for json_parser.h:
This graph shows which files directly or indirectly include this file:

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...