259c259
< void json_object_object_add(struct json_object* this, char *key,
---
> void json_object_object_add(struct json_object* this, const char *key,
266c266
< struct json_object* json_object_object_get(struct json_object* this, char *key)
---
> struct json_object* json_object_object_get(struct json_object* this, const char *key)
404c404
< struct json_object* json_object_new_string(char *s)
---
> struct json_object* json_object_new_string(const char *s)
414c414
< struct json_object* json_object_new_string_len(char *s, int len)
---
> struct json_object* json_object_new_string_len(const char *s, int len)
