Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using github.com/ugorji/go/codec for JSON encoding instead of encoding/json #144

Merged
merged 2 commits into from May 20, 2017

Conversation

hairyhenderson
Copy link
Owner

Fixes #138

Turns out the github.com/ugorji/go/codec lib is faster than encoding/json, but more importantly can handle nested JSON objects without blowing up. 馃帀

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@hairyhenderson hairyhenderson merged commit 816ba49 into master May 20, 2017
@hairyhenderson hairyhenderson deleted the nested-json-marshaling-138 branch May 20, 2017 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant