When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closing curly or square braces on same line for empty objects or arrays. Issue #778.

This commit is contained in:
Eric Haszlakiewicz
2022-07-30 19:27:14 +00:00
parent 2e9b7456a5
commit 9749b0cb66
9 changed files with 42 additions and 20 deletions

View File

@@ -1,4 +1,21 @@
0.17 (future release)
========================================
Deprecated and removed features:
--------------------------------
* ...
New features
------------
* ...
Significant changes and bug fixes
---------------------------------
* When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and
closing curly or square braces on same line for empty objects or arrays.
0.16 (up to commit 66dcdf5, 2022-04-13)
========================================