Support StreamReadFeature.STRICT_DUPLICATE_DETECTION
for YAML backend
#414
Labels
yaml
Issue related to YAML format backend
(note: from #413 )
Currently YAML backend does not support the standard way of catching duplicate keys being read.
It should be relatively simple to enable validation by passing
DupDetector
toJsonReadContext
being constructed byYAMLParser
.The text was updated successfully, but these errors were encountered: