Changes between Version 6 and Version 7 of GoogleChartPlugin


Ignore:
Timestamp:
Dec 2, 2008, 11:01:30 PM (15 years ago)
Author:
anonymous
Comment:

formatting cleanup

Legend:

Unmodified
Added
Removed
Modified
  • GoogleChartPlugin

    v6 v7  
    1111H''ow about this? Use JSON.  Install simplejson, then in python:''
    1212{{{
    13 >>> >>> args = '["hurray",{"for":"json"}]'
    14 >>> >>> import simplejson
    15 >>> >>> simplejson.loads(args)
     13>>> args = '["hurray",{"for":"json"}]'
     14>>> import simplejson
     15>>> simplejson.loads(args)
    1616["hurray", {"for":"json"}]
    1717}}}