| Author |
Json framework that works with Google Chart
|
Basas Safa
Greenhorn
Joined: Mar 13, 2012
Posts: 2
|
|
Hi,
I'm looking for a Json library that can serialize from Java Objects to Json format. And it should work with Google Chart.
I tried Googles Gson as a serializer... but it didnt allow me to generate:
{v:new Date(2008,3,30,0,31,26)}
But this is the format that Google Chart needs dates to be. So anyone has a Json library that you know can generate {v:new Date(2008,3,30,0,31,26)} ?
best regards
basas
|
 |
Basas Safa
Greenhorn
Joined: Mar 13, 2012
Posts: 2
|
|
Problem solved.
Gson forum posted a workaround =)
http://groups.google.com/group/google-gson/browse_thread/thread/72c7c87362f53163
|
 |
 |
|
|
subject: Json framework that works with Google Chart
|
|
|