Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

usage of json.Decoder instead of json.Unmarshal #6

Merged
merged 1 commit into from
May 7, 2014
Merged

usage of json.Decoder instead of json.Unmarshal #6

merged 1 commit into from
May 7, 2014

Conversation

FraBle
Copy link
Contributor

@FraBle FraBle commented May 6, 2014

The usage of json.Unmarshal is causing an error (#5)
I've switched from json.Unmarshal to json.Decoder.
For more information check: http://stackoverflow.com/a/15685432

@roa
Copy link
Member

roa commented May 7, 2014

thanks for the pull request, i will take a look as soon as i find the time!

roa added a commit that referenced this pull request May 7, 2014
usage of json.Decoder instead of json.Unmarshal
@roa roa merged commit 4e3f7ae into adjust:master May 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants