ezjson::Easy-to-use JSON comparison tool
p/ezjson-easy-to-use-json-comparison-tool
JSON Parsing and Formatting, Sorting and Comparing
Joy.Peng

ezjson — JSON parsing, formatting, sorting and comparing

Featured
7
Ezjson provides essential modern JSON tools like validation, formatting, and conversion, catering to various developer needs. The standout feature is its [comparison tool], sorts by key and value before comparing, making discrepancies easily identifiable.
Replies
Best
Joy.Peng
Sorting before comparing is more efficient. I strongly recommend you give our comparison tool a try and look forward to your feedback. 🏝️🏝️🏝️ https://ezjson.com/toolbox/json/... I am an Android developer who frequently uses JSON data in my work. I often need to compare differences between two JSON responses from api, but the order of keys might be disordered. Conventional tools struggle to identify differences in such cases. I have to manually adjust the order of keys, then format them, and finally put them into the comparison tool to make it work, which is a very cumbersome process. If it's just once or twice, it's tolerable, but repeatedly doing so really wastes time.🫠 So, I decided to create a tool to solve this problem. After using it for a while, I feel that my efficiency has improved a lot, and I've also solved some other issues in the process, such as the problem of big integers losing precision in JavaScript. Thinking that others might have the same issue, I created ezjson 😎. The tool is still being improved, and I will continue to release new features on ProductHunt. If it can help you, please let me know, and I will be glad to hear that
Leonid Toshchev
@nooneno sorting is a great idea. I remember that 10 years ago I wrote a small script that sorts all HTML tag parameters, so you can easily find the one you need.
Rowe Morehouse
Really cool. I love developer tools like this one. JSON is not exactly "forgiving" and this tool certainly helps!
Kyrylo Silin
Hi, How does the comparison tool handle nested objects or arrays? Are there plans to integrate more advanced features in the future? Congrats on the launch!
Joy.Peng
@kyrylosilin If deep sorting is enabled, nested objects will also be sorted, and arrays can be as well.
Joy.Peng
@kyrylosilin When I build new features that I think are pretty good, I'll let you know on Product Hunt. Thanks for your support🥳
Jayesh Gohel
Hey @nooneno Is "ezjson" catchy enough? Description sounds great - validation, formatting, conversion for JSON. Intrigued by the comparison tool - sorts before showing differences