dbrouwer

Results 2 issues of dbrouwer

**Feature Request** When json-c converts a json array to a json string and the flag 'JSON_C_TO_STRING_PRETTY' is used, it inserts a newline after every array element. If the array is...

This flag is the same as JSON_C_TO_STRING_PRETTY except that arrays will print up to 15 elements per line instead of just 1 element per line. This flag only works with...