-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add ability to filter json_info results by type. #11
Comments
Here's what I'm thinking: Add a Valid types:
Then add some flags that are aliases for that option for the various types:
The flag versions are additive but the Examples:
All of this should allow for both singular and plural versions of the types. Notes:
|
This functionality would also be handy in the |
I'd like to be able to filter json_info results by type.
Examples:
string
entries.number
andboolean
entries.scalar
entries (string
,number
,boolean
, ornull
).iterable
entries (array
, orobject
).The text was updated successfully, but these errors were encountered: