I need to change the JSON output I get from this:
[{"FreezeTime": "2010-11-08 21:00", "Irrad_avg": 605.00}, {"FreezeTime": 
"2010-11-08 21:01", "Irrad_avg": 600.66}]

to something more like this:

[['2010-11-08 21:00',605.00], ['2010-11-08 21:01',600.66]]

At the moment I'm using the simplejson.dumps method as explained in The Book 
<http://web2py.com/book/default/chapter/09?search=json#simplejson>.

What should I do?
-- 
Lorin Rivers
Mosasaur: Killer Technical Marketing <http://www.mosasaur.com>
<mailto:lriv...@mosasaur.com>
512/203.3198 (m)


Reply via email to