I'd like to be able to filter json_info results by type.
Examples:
- Have it return results on just the
string entries.
- Have it return results on only
number and boolean entries.
- Have it return results on only
scalar entries (string, number, boolean, or null).
- Have it return results on only
iterable entries (array, or object).
I'd like to be able to filter json_info results by type.
Examples:
stringentries.numberandbooleanentries.scalarentries (string,number,boolean, ornull).iterableentries (array, orobject).