mholt / json-to-go

Translates JSON into a Go type in your browser instantly (original)
https://mholt.github.io/json-to-go/
MIT License
4.51k stars 475 forks source link

Highlight the error characters or selection #29

Closed nagamalli9999 closed 7 years ago

nagamalli9999 commented 7 years ago

Unexpected token ' in JSON at position 133. doesn't say much. It will be great to see where the error is

alshakero commented 7 years ago

Done in https://github.com/mholt/json-to-go/pull/33