proposal: encoding/json: add InputOffset to json decoder #29688
Closed
Milestone
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: |
gopherbot
pushed a commit
that referenced
this issue
Jan 31, 2020
Updates #29688 Updates #36878 Change-Id: I230889ec3f1c183dc5adbc662a39a791c0488497 Reviewed-on: https://go-review.googlesource.com/c/go/+/217123 Reviewed-by: Alexander Rakoczy <alex@golang.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: