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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove JSON invalid encoding test #96

Merged
merged 1 commit into from
Jun 9, 2016
Merged

remove JSON invalid encoding test #96

merged 1 commit into from
Jun 9, 2016

Conversation

aybabtme
Copy link
Contributor

@aybabtme aybabtme commented Jun 9, 2016

Go 1.7 adds support for maps using keys with integer types: the
encoding uses a quoted decimal representation as the JSON key.

in: https://tip.golang.org/doc/go1.7, under encoding/json

> Go 1.7 adds support for maps using keys with integer types: the
> encoding uses a quoted decimal representation as the JSON key.

in: https://tip.golang.org/doc/go1.7, under encoding/json
@bryanl
Copy link
Contributor

bryanl commented Jun 9, 2016

👍

@aybabtme aybabtme merged commit df6258c into master Jun 9, 2016
@aybabtme aybabtme deleted the fix-go1-7 branch June 9, 2016 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants