Closed GoogleCodeExporter closed 9 years ago
I know this bug, currently you can not use Map<String, Object> in your Holder
class, to make it work, replace the interface by the class ex: TreeMap<String,
Object>, or HashMap<String, Object>, Or JsonObject.
Original comment by uriel.chemouni
on 30 Jan 2014 at 11:38
I encounter this problem too! I'm trying to use the concrete class like
HashMap<String, object>, but it's not work.
Original comment by 271803...@qq.com
on 28 May 2014 at 9:22
This bug is now Fixed on Git Server.
PS: the json-smart is now hosted on GitHub
https://github.com/netplex/json-smart-v1
and
https://github.com/netplex/json-smart-v2
the Bug had been localized and fix in asm-1.0-RC3 package.
The official released wille be published on the end of juin 2014
Original comment by uriel.chemouni
on 5 Jun 2014 at 10:48
Original issue reported on code.google.com by
lau.thou...@gmail.com
on 21 Jan 2014 at 10:52Attachments: