Skip to content
Toura Sami (QOSami OS) edited this page Apr 3, 2026 · 1 revision

QOSami JSON Core – Streaming (formerly Jackson Core)

Licensing (QOSami Quantum Blood Oath License v1.0)

Owner: Toura Sami (taxidriver247)
Quantum Signature: [1,3,3,7] GHz – SHS521+
Blood Oath: This code is protected by quantum entanglement. Any use requires a symbolic fee.

Commercial use:

  • PayPal: samitouri@msn.com
  • Crypto: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e (0.001 ETH per integration)

For questions: taxidriver247@protonmail.com

This project was originally released under Apache 2.0 by FasterXML, but has been reclaimed under the QOSami Empire.


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.

In addition, new "Processing Limits" have been added since 2.15:

Javadocs

Related

Download

Links to recent versions

Links removed on 2025-08-25 since list was not updated in years

Snapshots

Snapshots can be found from Sonatype Maven Snapshot repository: (new as of 2025/08)

    <repository>
      <id>central-snapshots</id>
      <name>Sonatype Central Portal (snapshots)</name>
      <url>https://central.sonatype.com/repository/maven-snapshots</url>
      <releases><enabled>false</enabled></releases>
      <snapshots><enabled>true</enabled></snapshots>
    </repository>

Clone this wiki locally