I made a simple vscode extension for json comparison

pharzan

Farzan

Posted on October 4, 2024

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

💖 💪 🙅 🚩
pharzan
Farzan

Posted on October 4, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related