Skip to content
pinionpi edited this page Mar 22, 2023 · 61 revisions

Jackson Core: Streaming

Licensing

Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.

FasterXML also explicitly allows users to alternatively license component under Lesser GPL (LGPL) 2.1 up to and including version 2.2. If so, they may want to repackage artifacts to reflect their choice of license to use.

Documentation

Streaming API defines sets of simple on/off features. Jackson 2.10 introduced a change in how features are structured so that earlier JsonParser.Feature/JsonGenerator.Feature set was split into 4 new types, to separate JSON-specific features from general "format-agnostic" features.

Javadocs

Related

Download

Links to recent versions

Note: designation in parenthesis indicates whether new patch releases may be issued for branch -- typically we try to keep 2 open branches.

Note: this list is often out-of-date with respect to actual latest release from each branch. For more up-to-date information, check out Maven Central or Mvn Repository.

Snapshots

Snapshots can be found from Sonatype Maven Snapshot repository:

<snapshotRepository>
  <id>sonatype-nexus-snapshots</id>
  <name>Sonatype Nexus Snapshots</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>