Add new method for ObjectReader
, to bind from JSON Pointer position
#820
Milestone
ObjectReader
, to bind from JSON Pointer position
#820
Reading a subset of a document, binding it, is quite possible to do already. For example by:
But it would be even more convenient (and, potentially, more efficient) to make
ObjectReader
find the JSON Pointer location using new (2.6) streaming filter, and bind directly from there.Something like:
The text was updated successfully, but these errors were encountered: