I’ve been working with JSON for quite a while now, and the more I use it, the more I love it.
The great majority of standards use XML, and ISS is no different. But we need to evolve.
As such, this is an example of how the tagcloud and taglink would be in JSON:
{"data":{
"iss":{
"science":{
"tagcloud":{
"year":["2006","2007","2008"],
"syndicated":["0,0,0,0,0,0,4,23,45,32,34,31",
"32,44,53,23,43,32,34,64,34,21,35,23",
"43,23,34"]},
"taglink":{
"base":"http:\/\/nick.iss.im\/category\/science",
"incoming":["http:\/\/debbie.iss.im\/category\/environment",
"http:\/\/ribas.iss.im\/category\/work",...],
"outgoing":["http:\/\/penny.iss.im\/category\/science",
"http:\/\/ribas.iss.im\/category\/nature",...]}
},...
}
}}
What do you think? Feedback is welcome!

