]> git.evergreen-ils.org Git - working/Evergreen.git/blob - OpenSRF/src/libjson/json_util.h
sort groups by name for consistancy
[working/Evergreen.git] / OpenSRF / src / libjson / json_util.h
1 #ifndef _json_util_h_
2 #define _json_util_h_
3
4 #include "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