Skip to content
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

x/pkgsite: src/encoding/json/decode.go | add DecodeValue to JSON decoder #53578

Closed
scrapes opened this issue Jun 27, 2022 · 1 comment
Closed

Comments

@scrapes
Copy link

scrapes commented Jun 27, 2022

The Json decoder doesn´t have a DecodeValue function (like the gob encoder).

This is a feature request for that feature. The DecodeValue function is pretty important in JSON due to being a very dynamic type.

@gopherbot gopherbot added this to the Unreleased milestone Jun 27, 2022
@scrapes
Copy link
Author

scrapes commented Jun 27, 2022

Umarshal can be called with reflection.Value.Interface()

@scrapes scrapes closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2022
@golang golang locked and limited conversation to collaborators Jun 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants