A micro web service for indenting JSON strings.
Service:
http://json-indent.appspot.com
Usage:
http://json-indent.appspot.com/indent?url=http://friendfeed.com/api/feed/public
Bookmarklet (credit gburd:
javascript:void(document.location='http://json-indent.appspot.com/indent?url='+escape(document.location));