eemeli / yaml

YAML parser and stringifier for JavaScript
https://eemeli.org/yaml
ISC License
1.31k stars 115 forks source link

Add stringKeys parse option #581

Closed eemeli closed 1 month ago

eemeli commented 1 month ago

Fixes #554 Fixes #574

Adds a new stringKeys option for parsing. If it's set, all mapping keys are resolved as strings. All non-scalar keys and keys explicitly tagged with something other than !!str are treated as errors.

This relies on the ComposeContext atKey flag added in #580.