#include "json_object.h"

Go to the source code of this file.
Defines | |
| #define | JSON_FILE_BUF_SIZE 4096 |
Functions | |
| struct json_object * | json_object_from_file (char *filename) |
| int | json_object_to_file (char *filename, struct json_object *obj) |
| #define JSON_FILE_BUF_SIZE 4096 |
Definition at line 17 of file json_util.h.
| struct json_object* json_object_from_file | ( | char * | filename | ) | [read] |
Definition at line 54 of file json_util.c.
| int json_object_to_file | ( | char * | filename, |
| struct json_object * | obj | ||
| ) |
Definition at line 85 of file json_util.c.