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);
It would be nice to allow reading a subset of document, similar to full Jackson's