from Hacker News

Show HN: I made a simple VSCode extension to sort and compare jsons

by pharzan on 11/4/24, 1:15 PM with 0 comments

There is no guarantee that two generated JSON files will have the same order of keys and values, which can make comparing two JSON files difficult, even if they are identical in content but different in order. To solve this issue, I created a simple VSCode extension that sorts and then compares two JSON files.