from Hacker News

Show HN: VSCode extension to sort and compare JSON files

by pharzan on 10/3/24, 8:21 PM with 1 comments

  • by pharzan on 10/3/24, 8:21 PM

    I created a simple VSCode extension to make comparing generated JSON files easier. The files were unordered, making it difficult to track changes. This extension sorts the JSON data before performing the comparison, allowing for clearer and more efficient analysis of the differences.