« The God Delusion | Main | XProc: An XML Pipeline Language »

December 01, 2006

A new StAX implementation for JSON

Peter Morelli just pointed this out to me.


Jettison is a collection of StAX
parsers and writers which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF.

There are currently two included conventions for mapping JSON to XML. The first, is BadgerFish which implements
the full XML infoset in JSON using various techniques. The second, is called the "mapped" convention. It allows you to manually map XML namespaces to JSON element prefixes.

Jettison was developed for usage in XFire and CXF to enable JSON based services.

Posted by Chris at December 1, 2006 12:12 PM