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 ComposeContextatKey flag added in #580.
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.