diff lib/org.codehaus.jettison_1.2/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/org.codehaus.jettison_1.2/readme.txt	Wed Nov 03 12:18:46 2010 +0100
@@ -0,0 +1,16 @@
+-----------------------------------
+Jettison - JSON StAX Implementation
+-----------------------------------
+
+"Jettison is a collection of Java APIs (like STaX and DOM) which read 
+and write JSON. This allows nearly transparent enablement of JSON based 
+web services in services frameworks like CXF or XML serialization 
+frameworks like XStream.
+
+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."
+
+For more information:
+http://jettison.codehaus.org/