Looks like its the trailing "," in the inner-most map that's the
problem (that is, `"value": 1,` and `"value" : 2,`). The parser could
probably handle this case better and if you could make an issue, that would
be nice.
I'm not sure how you're generating this json, but, if you have control
over it, consider clearing up those trailing "," as they are invalid
json.
On Wed, Sep 19, 2012 at 10:28 PM, Nick <
heb...@gmail.com> wrote:
>
> { "response": { "values": { "1": { "1": [ { "value": 1, } ], "2": [ { "value": 2, } ] }, [...] } } }