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

Strict mode #2

Open
vendethiel opened this issue Feb 10, 2020 · 0 comments
Open

Strict mode #2

vendethiel opened this issue Feb 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vendethiel
Copy link
Contributor

Strict mode might add two things:

  • Require the user to specify if they want to opt-in to the array behavior (probably be able to mask "either a scalar or an array", "only accept arrays", "only accept scalars" -- we always allow both at the moment).
  • Error on missing keys

Not sure if it should be 2 different flags, or a single one, or just become the default.

@vendethiel vendethiel added the enhancement New feature or request label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant