i should implement a json handler

2007-12-01 @ 04:27#

Introducing JSON i guess i need to consider implementing an exyus handler that supports JSON.

i suspect i'll work on implementing a handler that uses XML as an interim format. that way, i have the option of reading data from sql server (outputing it as XML) and transforming that into valid JSON. i could also then implement a service that accepts a JSON block and converts it into XML. then the same existing exyus routines that use XML-Schema and XSLT to handle the final work before writing to disk or to sql-server will still be useful.

so it's all about JSON->XML->JSON support. i'll do some digging soon and add support for application/json.

code