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

Using JSON instead of YAML #124

Open
certik opened this issue Jun 24, 2016 · 2 comments
Open

Using JSON instead of YAML #124

certik opened this issue Jun 24, 2016 · 2 comments

Comments

@certik
Copy link

certik commented Jun 24, 2016

http://yaml.org/ lists only 3 libraries in C/C++/Fortran that can read it, one of the link (Syck) doesn't work, so there are only 2 libraries.

http://www.json.org/ lists 16 libraries in C, 19 in C++ and even 2 in Fortran, total of 37.

One thing that I don't like about HDF5 is that there is only one library that can read it, and it's pretty big. It would be nice if the ASDF format had many libraries that could read/write it. So JSON seems like a much better choice from this perspective.

Also JSON I think is simpler than YAML, so it's easier to write a parser.

@justincely
Copy link
Contributor

Thanks for the info and thoughts, let's expand on this discussion when the venue discussed #123 is up!

@certik
Copy link
Author

certik commented Jun 29, 2016

@justincely definitely. Then we can just post a conclusion in this issue. Please ping me once the venue is setup.

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