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

Add option to parse !!map as a Map rather than an Object #50

Closed
eemeli opened this issue Nov 27, 2018 · 0 comments
Closed

Add option to parse !!map as a Map rather than an Object #50

eemeli opened this issue Nov 27, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@eemeli
Copy link
Owner

eemeli commented Nov 27, 2018

Based on discussion in #46. In JS Object keys are forced to string, while Map keys are not, and both are arguably good representations of a YAML !!map.

This also requires stringifier support, that's in issue #49.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant