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

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 -----------------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 Jettison - JSON StAX Implementation
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 -----------------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "Jettison is a collection of Java APIs (like STaX and DOM) which read
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 and write JSON. This allows nearly transparent enablement of JSON based
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 web services in services frameworks like CXF or XML serialization
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8 frameworks like XStream.
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10 There are currently two included conventions for mapping JSON to XML.
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11 The first, is BadgerFish which implements the full XML infoset in JSON
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12 using various techniques. The second, is called the "mapped" convention.
db87c1b7eb6d initial
dwinter
parents:
diff changeset
13 It allows you to manually map XML namespaces to JSON element prefixes."
db87c1b7eb6d initial
dwinter
parents:
diff changeset
14
db87c1b7eb6d initial
dwinter
parents:
diff changeset
15 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
16 http://jettison.codehaus.org/