JSON evolution in Go: from v1 to v2

Лонгрід
JSON evolution in Go: from v1 to v2 Reviewing the key changes in json/v2.

The second version of the json package coming in Go 1.25 is a big update, and it has a lot of breaking changes. The v2 package adds new features, fixes API issues and behavioral flaws, and boosts performance. Let's take a look at what's changed!

1