I'm working on a project that uses json.org's JSON implementation. I have
created a JsonProvider (attached) which seems to work. With the one exception
that JSONPath.read(Object jsonObject) does not use the JsonProvider to check
for Map/List types.
In previous versions I was able to work around this by passing in a list of
JSONObject's. But this no longer seems to works.
Please consider the following change, which solves my problem:
https://github.com/mephillips/JsonPath/commit/df802bb52c78d5a535f2ad603d187ae950
42bcdf
Original issue reported on code.google.com by mephill...@gmail.com on 1 Aug 2012 at 8:12
Original issue reported on code.google.com by
mephill...@gmail.com
on 1 Aug 2012 at 8:12Attachments: