You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case I have a really long schema to be inferred, and verifying the inferred schema with the original json input takes some time because their key orders are not the same. I can sort the input's keys with some workaround python scripts but it would be awesome if you can integrate the following:
Current behavior:
All the keys in the output are sorted in alphabet order.
If users want to verify the schema output and the original input json, it would take longer time to navigate between the two because their key order has changed.
Hi jsontypedef team,
First of all, thank you for building this tool.
In my use case I have a really long schema to be inferred, and verifying the inferred schema with the original json input takes some time because their key orders are not the same. I can sort the input's keys with some workaround python scripts but it would be awesome if you can integrate the following:
Current behavior:
Example: "name" has been pushed to second place.
echo '{ "name": "Joe", "age": 42 }' | jtd-infer | jq
Expected behavior:
Thank you.
P/S: Great tool! It saves lots of time for me.
The text was updated successfully, but these errors were encountered: