DEV Community

ThrottleWorks
ThrottleWorks

Posted on

Built JSON Diff Studio for VS Code

I often struggled when comparing large and nested JSON files in Visual Studio Code, especially with arrays and deeply nested data.

So I built JSON Diff Studio to make this easier.

It focuses on:

  • Clear visualization of nested JSON differences
  • Comparing multiple JSON files at once
  • Better handling of arrays and key-level changes
  • Simple and controlled merge support

Still improving it and would really appreciate feedback from other developers here.

Link: https://marketplace.visualstudio.com/items?itemName=ThrottleWorksStudio.json-diff-studio

Top comments (0)