Project

General

Profile

Download (688 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / cots / restlet-2.0.5-patched / org.codehaus.jettison_1.2 / readme.txt @ master

1
-----------------------------------
2
Jettison - JSON StAX Implementation
3
-----------------------------------
4

    
5
"Jettison is a collection of Java APIs (like STaX and DOM) which read 
6
and write JSON. This allows nearly transparent enablement of JSON based 
7
web services in services frameworks like CXF or XML serialization 
8
frameworks like XStream.
9

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

    
15
For more information:
16
http://jettison.codehaus.org/