-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
In dhall-lang/dhall-json#41 there is a problem with quoting keys of objects using the yaml
library.
The issue is that string keys are never quoted which might lead to unintentional conversion. For example if you convert a string key "NO" to a yaml like this:
NO: Norway
the NO
is now a boolean in YAML and no longer a string. Is there anyway to force the quoting of the key in that case?
Metadata
Metadata
Assignees
Labels
No labels