Merge branch '1.1'
[jansson.git] / src / jansson.h
index ac6736f..c8a5a90 100644 (file)
@@ -142,6 +142,7 @@ json_t *json_loadf(FILE *input, json_error_t *error);
 json_t *json_load_file(const char *path, json_error_t *error);
 
 #define JSON_INDENT(n)   (n & 0xFF)
+#define JSON_COMPACT     0x100
 
 char *json_dumps(const json_t *json, unsigned long flags);
 int json_dumpf(const json_t *json, FILE *output, unsigned long flags);