]> git.evergreen-ils.org Git - OpenSRF.git/blob - include/libjson/json_util.h
7627fb2c4cbec2ad3bf1deb2aea8106ce8d66c6e
[OpenSRF.git] / include / libjson / json_util.h
1 #ifndef _json_util_h_
2 #define _json_util_h_
3
4 #include "libjson/json_object.h"
5
6
7 #define JSON_FILE_BUF_SIZE 4096
8
9 /* utlitiy functions */
10 extern struct json_object* json_object_from_file(char *filename);
11 extern int json_object_to_file(char *filename, struct json_object *obj);
12
13 #endif