hjson-js
hjson-js copied to clipboard
fix: sortProps not working
I tried to use sortProps option to sort properties, but it didn't work. So I've changed code as the commit to make it work.
Please review my changes, if something more needed, just let me know. Regards.
What was the input case which was causing sortProps
not to work?
What is the purpose of this PR? It seems like it adds 3 different features:
- Add
sortOnlyRoot
option - Sort comment keys with object keys
- Change how comments are trimmed