Support for datatypes of the org.json JSON library, mainly to make it easier to upgrade code to Jackson using automated conversions.
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-json-org</artifactId>
<version>2.22.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the JsonOrgModule to enable Jackson to handle org.json types.
No known issues recorded.
No dependency data recorded yet.