Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow reading "at" location (with JsonPointer) #62

Open
cowtowncoder opened this issue Feb 24, 2019 · 1 comment
Open

Allow reading "at" location (with JsonPointer) #62

cowtowncoder opened this issue Feb 24, 2019 · 1 comment
Labels

Comments

@cowtowncoder
Copy link
Member

It would be nice to allow reading a subset of document, similar to full Jackson's

Value v = mapper.readerFor(Value.class).at("/some/path").readValue(source);
@cowtowncoder
Copy link
Member Author

While nice, one problem is jackson-jr API itself: it is missing necessary counterpart to ObjectReader, since adding overloads for readXxx() would be impractical due to combinatorial explosion.
So might be more for 3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant