Triplr
30 March 2007
in links
tagged with
[convert]
[data]
[json]
[rdf]
[rss]
[webservice]
Web service to convert from one data type to another - RSS to JSON, Triples to RSS, etc, etc. Shiny.
RFC4627
30 July 2006
in links
tagged with
[javascript]
[json]
[rfc]
Horay! JSON is an RFC. I consider it a pity that they don’t require the escaping of non-ascii, given how useless people (and browsers) are at getting character sets right. But at least it talks about character sets at all.
The CPAN Search Site - search.cpan.org
18 May 2006
in links
tagged with
[json]
[perl]
[rpc]
The perl implementation of JSON-RPC. Ships with JSON.pm, which is nice.
JSON-RPC
18 May 2006
in links
tagged with
[json]
[rpc]
Yay, another RPC framework, this one using the flavour-of-the-moment, JSON! There’s a perl implementation of this too.