Underrated perk of JSON: it's easy to programmatically make changes to a file made by a human. Very few other formats have this advantage. `cargo add` took a bunch more implementation work than `npm install`, because preserving TOML comments takes more work.