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
- Host: GitHub
- URL: https://github.com/mstoykov/jsonutils
- Owner: mstoykov
- License: bsd-2-clause
- Created: 2015-10-26T13:58:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T11:02:26.000Z (over 4 years ago)
- Last Synced: 2024-12-25T13:42:02.868Z (6 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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