-
-
Notifications
You must be signed in to change notification settings - Fork 6k
use experimental go json v2 library #35392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
Signed-off-by: techknowlogick <matti@mdranta.net>
@junoberryferry I'm sorry for all the notifications. I've just resolved the linting errors on my phone. Thanks for this PR!
Signed-off-by: techknowlogick <matti@mdranta.net>
Since it's not enabled by default. GOEXPERIMENT=jsonv2
is needed. I don't think this should be merged into v1.25
Signed-off-by: techknowlogick <matti@mdranta.net>
@lunny this PR allows for jsonv2 to be enabled by default once swagger/go issues are solved. We have other optional tags as well, and this could be one of them for those who want to build the binary with the experimental library.
details: https://pkg.go.dev/encoding/json/v2