owenthereal / jqplay

A playground for jq, written in Go
https://jqplay.org
MIT License
740 stars 88 forks source link

add sort-keys #138

Closed jguay closed 1 year ago

jguay commented 1 year ago

Just adding the --sort-keys command line option

This command line option is useful when comparing 2 json objects where fields are in a different order, so wondering if it makes sense to add this to jq play

owenthereal commented 1 year ago

Thanks for the contribution! I fixed the layout after adding the extra option. Now it should look tidier now :)