Python has a builtin JSON module <a href="http://docs.python.org/2/library/json.html">http://docs.python.org/2/library/json.html</a> which reads JSON into a Python dict<div><br></div><div>- Nathan</div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 12:02 AM, Andreas Neumann <span dir="ltr"><<a href="mailto:a.neumann@carto.net" target="_blank">a.neumann@carto.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all,<br>
<br>
I would like to write small utility to manipulate metadata in a JSON<br>
file (for QGIS Webclient), like this one:<br>
<a href="http://webgis.uster.ch/qgis-web-client-dev/js/GISProjectListing.js" target="_blank">http://webgis.uster.ch/qgis-web-client-dev/js/GISProjectListing.js</a><br>
<br>
The tool should import the JSON file, change some values and write it back.<br>
<br>
The idea would be to update, e.g. the time the data was last updated or<br>
other values.<br>
<br>
My questions:<br>
<br>
* what library should I use? SimpleJSON? Others?<br>
<br>
* Does someone have sample code around that does something similar?<br>
<br>
Thanks,<br>
Andreas<br>
<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div>