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

updated JSON interface #2

Closed
stevengj opened this issue Aug 7, 2013 · 3 comments
Closed

updated JSON interface #2

stevengj opened this issue Aug 7, 2013 · 3 comments

Comments

@stevengj
Copy link

stevengj commented Aug 7, 2013

The JSON.jl package was recently updated to change its API a bit (see JuliaIO/JSON.jl#35). In particular:

  • parse is now JSON.parse
  • print_to_json is now JSON.print
  • to_json is now json

I'm hoping to push this to METADATA soon (as version 0.2), so you'll want to update your package.

@pygy
Copy link
Owner

pygy commented Aug 7, 2013

Thanks for the heads up.

I'm already using JSON.parse, actually... nothing to change.

I haven't followed the Julia development recently. Is v0.2 around the corner?

@pygy pygy closed this as completed Aug 7, 2013
@stevengj
Copy link
Author

stevengj commented Aug 7, 2013

I was referring to version 0.2 of JSON.jl, not Julia, but the 0.2 feature freeze is probably coming soon.

@pygy
Copy link
Owner

pygy commented Aug 8, 2013

Ok, thanks.

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