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

Support StreamReadFeature.STRICT_DUPLICATE_DETECTION for YAML backend #414

Closed
cowtowncoder opened this issue Apr 13, 2023 · 1 comment
Closed
Labels
yaml Issue related to YAML format backend

Comments

@cowtowncoder
Copy link
Member

(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 to JsonReadContext being constructed by YAMLParser.

@cowtowncoder cowtowncoder added the yaml Issue related to YAML format backend label Apr 13, 2023
@cowtowncoder
Copy link
Member Author

Uhhh. Errr. This may actually be already implemented... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
yaml Issue related to YAML format backend
Projects
None yet
Development

No branches or pull requests

1 participant