[encoding/json](https://pkg.go.dev/encoding/json@go1.26.5) encourages to use [encoding/json/v2](https://pkg.go.dev/encoding/json/v2@go1.26.5), while v2 says most users should use v1 this is confusing as one now doesn't really know which version is recommended to use
encoding/json encourages to use encoding/json/v2, while v2 says most users should use v1
this is confusing as one now doesn't really know which version is recommended to use