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

support true/false/nil/1 in yaml #3352

Closed
grosser opened this issue Sep 26, 2016 · 1 comment
Closed

support true/false/nil/1 in yaml #3352

grosser opened this issue Sep 26, 2016 · 1 comment

Comments

@grosser
Copy link
Contributor

grosser commented Sep 26, 2016

YAML.load("foo: true") -> {"foo" => "true"}

same for false / null / nil / 1

I guess this is not simple since crystal is using libyaml ... but I wanted to bring it up in case there is:

  • desire to add it ?
  • a simple way to add it ?
@grosser
Copy link
Contributor Author

grosser commented Sep 26, 2016

I guess this is a duplicate of #3101 ...

@grosser grosser closed this as completed Sep 26, 2016
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

1 participant