1. JSON from Google

    body

    JSON (and particularly JSONP) is one of the most useful data formats for hackers. For quite some time we have had to do all sorts of hackish things to transform the data available from Google services to JSON(P). No longer.

    Blogger, Google Calendar, and Google Base now all support JSONP. This was announced on Blogger Buzz and is perhaps one of the greatest advances in hackability in (at least recent) Google history.

    On top of this, SearchMash (a Google susiduary) now offers JSON feeds of Google's Web, Images, Blog, and Video searches. For JSONP a proxy service is required, but this still allows for getting Google's data out where we can hack with it.

    One thing that this will mean very soon is an upgrade to peek-a-boo for BETA that makes use of this and will definately be faster.

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
    There is an RSS Feed for comments on this post.
    You can trackback from you own site.

    4 Comments

    1. Comment at 2006-11-23 23:05 by CANADA Anonymous
      body

      I am using an alternative to XMLHttpRequest because of the cross domain restriction - check the JSON alternative -

      http://padmanijain.googlepages.com/myexperimentwii.html

    2. Comment at 2006-11-25 10:35 by CANADA Singpolyma
      body

      JSONP is the XMLHttpRequest alternative because of cross domain restriction…

    3. Comment at 2006-11-25 17:43 by CANADA Johan Sundström
      body

      Have you figured out whether this can be used to get at Blogger profile data without using your great parser proxy? It seems like partial JSONP at the moment (it did not accept callbacks with [] in, for instance, and the content-type header is broken — the latter was an already filed bug, it turned out, when I reported it).

    4. Comment at 2006-11-27 04:45 by CANADA Singpolyma
      body

      I don't think there's anything for profiles here, since that is not a part of GData feeds at this point. Would be nice though.

    Reply / Comment

    advanced comment form |

Stephen Paul Weber