Get rid of JSON_SORT_KEYS dump flag
Object sorting will be implemented later.
This commit is contained in:
parent
902bcdaa5e
commit
1f65a3cae7
@ -98,7 +98,6 @@ json_t *json_loads(const char *input, json_error_t *error);
|
||||
json_t *json_loadf(FILE *input, json_error_t *error);
|
||||
|
||||
#define JSON_INDENT(n) (n & 0xFF)
|
||||
#define JSON_SORT_KEYS 0x100
|
||||
|
||||
int json_dump(const json_t *json, const char *path, uint32_t flags);
|
||||
char *json_dumps(const json_t *json, uint32_t flags);
|
||||
|
Loading…
Reference in New Issue
Block a user