embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
json_parser.c File Reference
#include <stdint.h>
#include <string.h>
#include <math.h>
#include "json_parser.h"
Include dependency graph for json_parser.c:

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...
 
int fast_pow_ten (int exp)
 

Variables

char * key
 
char * json
 
char * mystring
 
uint16_t number
 

Function Documentation

int fast_pow_ten ( int  exp)

Here is the caller graph for this function:

Variable Documentation

char* json
char* key
char* mystring
uint16_t number