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

JSON Object Types #7

Closed
ccoffrin opened this issue Aug 24, 2016 · 2 comments
Closed

JSON Object Types #7

ccoffrin opened this issue Aug 24, 2016 · 2 comments

Comments

@ccoffrin
Copy link
Member

By default JSON.parse returns Dict{UTF8String, Any} and we typically use Dict{AbstractString, Any}.

  1. Figure out why a function of Dict{AbstractString, Any} cannot accpt an argument of Dict{UTF8String, Any}.

  2. Migrate code to a robust solution, no types?

  3. remove special type cases from JSON.parse() calls

@mlubin
Copy link

mlubin commented Aug 24, 2016

All of the string stuff is changing in 0.5

@mlubin
Copy link

mlubin commented Aug 24, 2016

(By the way, this would be a good time to test since 0.5 is in the final RC stages.)

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

No branches or pull requests

2 participants