Description
Extract substructures from JSON by following a path.
Description
Use this library to extract substructures from JSON structures by following a path. Path components can select elements by key or index, map over arrays, or invoke user-specified functions. Works with JSONb types.
Suggestions and patches are welcome.