jackson-jr icon indicating copy to clipboard operation
jackson-jr copied to clipboard

Allow reading "at" location (with `JsonPointer`)

Open cowtowncoder opened this issue 5 years ago • 1 comments

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 avatar Feb 24 '19 21:02 cowtowncoder