An open API service indexing awesome lists of open source software.

https://github.com/mstoykov/jsonutils

golang utils for json marshalling/unmarshalling
https://github.com/mstoykov/jsonutils

Last synced: 29 days ago
JSON representation

golang utils for json marshalling/unmarshalling

Awesome Lists containing this project

README

        

# jsonutils
golang utils for json marshalling/unmarshalling

## Syntax Error
is a error wrapping around json.SyntaxError to provide an error message with more info. For that it needs the contents of the file that were parsed at the time of the error.

###TODO
- write tests