Closed GoogleCodeExporter closed 9 years ago
I looked through the json reading code (outside the serde) and as suspected it
assumes the value is an integer if it can. This patch adds a special case in
the serde if a value is returned as int when it should be long. There might be
a cleaner solution but this works fine for my current needs.
Original comment by johan%os...@gtempaccount.com
on 11 Sep 2010 at 3:01
Attachments:
Original comment by pas...@gmail.com
on 22 Dec 2010 at 12:11
It seems that there are multiple type conversion issues. I am fixing the
primitive ones now.
Original comment by pas...@gmail.com
on 22 Dec 2010 at 1:28
With check in r13 this is complete.
Original comment by pas...@gmail.com
on 22 Dec 2010 at 1:30
Original issue reported on code.google.com by
johan%os...@gtempaccount.com
on 10 Sep 2010 at 1:09