Skip to: Site menu | Main content

Jettison

A JSON StAX Implementation

Download Print

Stable Version: 1.3.1

Maven integration

To include Jettison in your Maven-based project, include the following snippet in your pom.xml file

Highlights

  • Few improvements to MappedXMLStreamReader
  • Option to produce a human-readable JSON output
  • Better handling of the ignorable (mixed) text content

Changelog

Bug

  • JETTISON-106 - Deep copy for JSONObject(Map) and JSONArray(Array) constructors
  • JETTISON-75   - '$' properties should be trimmed and serialized only when non-empty 
  • JETTISON-100 - Wrong method getTextCharacters in MappedXMLStreamReader
  • JETTISON-93   - ClassCastException when the value of '$' is an array of strings
  • JETTISON-43   - Human-readable JSON output options
  • JETTISON-108 - JSONArray and JSONObject are not Serializable
  • JETTISON-96   - Non-String attributes can not be read

Snapshots

You can also help us test latest snapshots