mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 04:49:06 +08:00
Merge branch 'remicollet-issue-float'
Conflicts: json_util.c
This commit is contained in:
@@ -42,6 +42,10 @@ extern "C" {
|
||||
* for an example of the format.
|
||||
*/
|
||||
#define JSON_C_TO_STRING_PRETTY (1<<1)
|
||||
/**
|
||||
* A flag to drop trailing zero for float values
|
||||
*/
|
||||
#define JSON_C_TO_STRING_NOZERO (1<<2)
|
||||
|
||||
#undef FALSE
|
||||
#define FALSE ((json_bool)0)
|
||||
|
||||
Reference in New Issue
Block a user