-
Notifications
You must be signed in to change notification settings - Fork 621
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
YAML support #231
Comments
I think toml is more popular in the rust community. Personally I find yaml very brittle... |
I’d suggest making a TOML parser instead, since YAML is extremely complex. For reference, a quick print-to-PDF yielded an 82-page-long spec for YAML and an 11-page-long spec for TOML (A4 size). |
I don't like Yaml neither but i have to often use it that's why i'm asking for this. TOML is good too. If everyone is ok for TOML let's close this one and open one for TOML. @kevinkassimo what do you think? |
I'm happy to have both in deno_std |
@zekth Why not both? ;) |
Nice, would be nice to consider adding it to std. Also having the |
As yaml is more and more used everywhere i think it's a nice feature to have in the deno_std.
We can port js-yaml or yaml-js for example.
Your thoughts?
The text was updated successfully, but these errors were encountered: