#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include <errno.h>
#include "bits.h"
#include "debug.h"
#include "printbuf.h"
#include "json_object.h"
#include "json_tokener.h"
#include "json_util.h"
Go to the source code of this file.
Functions | |
struct json_object * | json_object_from_file (char *filename) |
int | json_object_to_file (char *filename, struct json_object *obj) |
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.