Registry / serialization / jackson-datatype-jsr353

jackson-datatype-jsr353

JSON →
library2.22.0javamavenunverified

Add-on module for Jackson to support JSR-353 (JSON-P) node types via data-binding.

<dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr353</artifactId> <version>2.22.0</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-DATATYPE-J
J
jackson-datatype-jsr353
serializationjavav2.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSR353Module
com.fasterxml.jackson.datatype.jsr353.JSR353Module

Register the JSR353Module with an ObjectMapper to enable JSON-P support.

import com.fasterxml.jackson.datatype.jsr353.JSR353Module; import com.fasterxml.jackson.databind.ObjectMapper; ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new JSR353Module()); // Now mapper can handle javax.json.JsonValue types
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
jackson-datatype-jsr353 — mvn dependency:get jackson-datatype-jsr353 · libregistry