Hi All,
As a developer I have to compare multiple large JSON strings a lot of time while debugging or comparing API responses between different versions. Although there is a galaxy of json comparison tools out there, most of them either copy of each other or half baked solutions. Some of the famous ones even are not correct (*cough cough*hypertest*cough*). Most of them are filled with ads.
Thinking from first principles and design thinking, I created the best JSON comparison web app to help every developer and QA person.
Here are some of the things that stand out -
Dynamic comparison as you type/import JSON. You don't get stuck in read only mode post comparison. Keep editing/fixing while it dynamically calculates the diff.
Import multiple files or drag and drop json files into the editor.
Shows JSONPath of the value where your cursor is (separately in both editors!) Helps you keep track of where you are in large JSONs
Lets you jump to specific diff from the list or navigate using next/prev diff button
Is fast even with large JSON files
Set keybindings like VScode or Sublime text with your editor.
Others - ad free, download json (with custom name), swap left and right, ignore case, secure (all processing on client), compare multiple files on the same page by adding new "tools"
If you are a dev/QA/product person who needs to work with JSON, please try https://jsontoolbox.com/compare once and let me know your feedback.