/jsonutils

golang utils for json marshalling/unmarshalling

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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