We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd6edd commit 70a26f8Copy full SHA for 70a26f8
CHANGELOG.md
@@ -19,7 +19,8 @@
19
- Fixed issue of JSON encode line split options applied to inner JSON structures
20
conflicting with line split options applied to outer JSON structures, e.g. when
21
root line splits are **same_line** and array within array line splits are **multi_line**.
22
- With the new behaviour the output will remain **same_line**.
+ With the new behaviour the inner structure will remain **same_line** if the outer
23
+ structure is **same_line**.
24
25
- Changes
26
0 commit comments