-
Notifications
You must be signed in to change notification settings - Fork 18k
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
proposal: encoding/json: add InputOffset to json decoder #29688
Comments
The justification in #8484 for encoding/xml seems just as compelling in encoding/json. Accepted. (Note that we are in a release freeze and won't start reviewing new contributions until Go 1.13 work begins.) |
Change https://golang.org/cl/200677 mentions this issue: |
Change https://golang.org/cl/157519 mentions this issue: |
Change https://golang.org/cl/217123 mentions this issue: |
Updates #29688 Updates #36878 Change-Id: I230889ec3f1c183dc5adbc662a39a791c0488497 Reviewed-on: https://go-review.googlesource.com/c/go/+/217123 Reviewed-by: Alexander Rakoczy <alex@golang.org>
In similar spirit to #8484
Use case: I'm trying to index entries in JSON file by their byte offset position to allow random access
I've already created PR with example implementation: #29686
The text was updated successfully, but these errors were encountered: