hjson-js
hjson-js copied to clipboard
emitRootBraces was removed?
From the README:
emitRootBraces: boolean, show braces for the root object. Default true.
This is a useful option for making my output look neater, so I tried turning it on and spent a lot of time scratching my head wondering why it wasn't working. Turns out this was removed in 2b96ade57e9d675ddc5fe037ff95c6744d89c22e, but:
- the documentation wasn't updated accordingly, and
- that commit doesn't explain the justification for the removal.
I notice that the Hjson syntax says:
Note: This feature was previously marked as deprecated but is now officially supported again.
So maybe this option should be brought back again?