DEV Community

Farzan
Farzan

Posted on

I made a simple vscode extension for json comparison

If you have two JSON files that should be identical but are hard to compare due to the unordered nature of JSON, this VSCode extension can help by sorting then comparing them making it easier to focus on real content differences.

This extension sorts JSON files before comparison to make it easier to spot the differences in JSON files.

vscode extension

github repository

Top comments (0)