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

Should we use YAML rather than JSON? #15

Closed
lehors opened this issue Aug 20, 2024 · 2 comments
Closed

Should we use YAML rather than JSON? #15

lehors opened this issue Aug 20, 2024 · 2 comments
Labels
question Further information is requested

Comments

@lehors
Copy link
Collaborator

lehors commented Aug 20, 2024

The data we are dealing with serializes just as well in YAML than JSON and YAML is much simpler to work with than JSON.
We might want to switch from downloading JSON files to downloading YAML files, or at least provide that as an option.

@lehors lehors added the question Further information is requested label Aug 21, 2024
@gregcube
Copy link
Collaborator

I like the idea of using YAML rather than JSON. Drupal is more YAML-oriented in terms of its configuration management.

I suggest renaming Download JSON to simply Download and providing a hover-activated dropdown menu that allows the user to select either YAML or JSON as the format. Since JSON is already implemented, this approach seems best to me.

@lehors
Copy link
Collaborator Author

lehors commented Nov 2, 2024

Addressed by PR #21 and PR #31

@lehors lehors closed this as completed Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants