#ifndef __SIMPLE_JSON_H_ #define __SIMPLE_JSON_H_ void simple_parse_json(const char * data, char *key_str, char *value_str); #endif