koki / json

Fork of golang's encoding/json: now with more validation and error context
BSD 3-Clause "New" or "Revised" License
34 stars 1 forks source link

See also jsonptrerror #6

Open dolmen opened 6 years ago

dolmen commented 6 years ago

I wrote a package that has a similar aim (better JSON error location reporting) but using JSON Pointer (RFC 6901) and using a wrapper strategy instead of forking. See github.com/dolmen-go/jsonptrerror.

wlan0 commented 6 years ago

@dolmen Thanks for sharing this. It's really well documented - Love it!