wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
294 stars 55 forks source link

Support for array resolution within Pojo Resolver. #34

Closed splatch closed 6 years ago

splatch commented 6 years ago

This is very basic fix which uses core reflection class to read value from array under given index.