News

The debate about JSON vs. XML as a data interchange format has begun in blogspace, following JSON inventor and architect at Yahoo Douglas Crockford's talk at XML 2006 JSON, the fat-free alternative to ...
If you want to view, read and edit JSON files in a readable format, then this post shows how to do it in Windows PC and on the Web.
Potentially more useful is Tasker's new support for reading JSON, which is often used for APIs and other services that return data. In an example video, Tasker's developer showed how it could be ...
It's a very simple example, but the same basic approach could be used to build virtually any kind of election result visualization tool. #!/usr/bin/env python import simplejson, urllib2 ...