-
Notifications
You must be signed in to change notification settings - Fork 30
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 tree #100
Comments
The Less importantly, JSON has no comments. There's some more detail in Section 4 of our recent paper: http://dx.doi.org/10.1016/j.ascom.2015.06.004 That said, one could develop a convention in JSON to losslessly store everything in a YAML file, but it would be cumbersome, e.g.:
|
Also forgot to mention anchors and aliases. Though those could be replicated with the |
Yeah, I don't think a pure JSON tree is going to happen at this stage unless a clear performance benefit can be demonstrated. |
Is it conceivable to use JSON instead of YAML in ASDF files? YAML being a "natural superset of JSON", what information would be lost by switching from YAML to JSON in a given ADSF file?
The text was updated successfully, but these errors were encountered: