|
embedded-software
reusable software modules for embedded systems
|

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

| char* json |
| char* key |
| char* mystring |
| uint16_t number |