We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default JSON.parse returns Dict{UTF8String, Any} and we typically use Dict{AbstractString, Any}.
Figure out why a function of Dict{AbstractString, Any} cannot accpt an argument of Dict{UTF8String, Any}.
Migrate code to a robust solution, no types?
remove special type cases from JSON.parse() calls
The text was updated successfully, but these errors were encountered:
All of the string stuff is changing in 0.5
Sorry, something went wrong.
(By the way, this would be a good time to test since 0.5 is in the final RC stages.)
No branches or pull requests
By default JSON.parse returns Dict{UTF8String, Any} and we typically use Dict{AbstractString, Any}.
Figure out why a function of Dict{AbstractString, Any} cannot accpt an argument of Dict{UTF8String, Any}.
Migrate code to a robust solution, no types?
remove special type cases from JSON.parse() calls
The text was updated successfully, but these errors were encountered: