Source: libjettison-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: debhelper (>= 11), default-jdk, junit4, libmaven-bundle-plugin-java, libwoodstox-java, maven-debian-helper Standards-Version: 4.1.4 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjettison-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjettison-java.git Homepage: https://github.com/jettison-json/jettison Package: libjettison-java Architecture: all Depends: ${misc:Depends} Description: collection of StAX parsers and writers for JSON Jettison is a collection of StAX parsers (streaming API for XML) and writers which read and write JSON (JavaScript Object Notation). This allows nearly transparent enablement of JSON based web services in services frameworks like Apache 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.