Open
Description
I would like to see:
- A class method utility to find a JSON Schema segment (or segments) for a given JSON object (along with the schema's parent and parent property for potential manipulation)
- Type-based searches (which utilize the class method utility) which are JSON Schema aware, e.g., instead of just
$..*@string()
, we could support something like$..*@type(mySchemaType)