Currently, the "collect" interfaces are not handy, because It surfs the whole json and apply only one JsonPath for each collection which is obviously not efficient at all. So I plan to add following interface:
The enhanced interface will allow user to add any desired JsonPath during config building phase and collect everything matched into holders within a single surfing.
Currently, the "collect" interfaces are not handy, because It surfs the whole json and apply only one JsonPath for each collection which is obviously not efficient at all. So I plan to add following interface:
The enhanced interface will allow user to add any desired JsonPath during config building phase and collect everything matched into holders within a single surfing.