You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: