FasterXML / FasterXML/jackson-jr
Allow reading "at" location (with `JsonPointer`)
Open
3.x
- Dominant language
- Java
- Stars
- 266
- Forks
- 34
- Avg merge
- 3h 7m
- Merged PRs (30d)
- 1
Description
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);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.