bbenet / json-path

Automatically exported from code.google.com/p/json-path
0 stars 0 forks source link

JSONPath.read should use JsonProvider to check for Map/List #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kalle.st...@gmail.com on 31 Aug 2012 at 9:01