You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: