Registry / serialization / jackson-mapper-lgpl

jackson-mapper-lgpl

JSON →
library1.9.11javamavenunverified

High-performance JSON data binding library built on Jackson JSON processor, licensed under LGPL.

<dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-lgpl</artifactId> <version>1.9.11</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-MAPPER-LGP
J
jackson-mapper-lgpl
serializationjavav1.9.11
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.

ObjectMapper
org.codehaus.jackson.map.ObjectMapper

Serializes a Java object to JSON using Jackson ObjectMapper.

import org.codehaus.jackson.map.ObjectMapper; public class Example { public static void main(String[] args) throws Exception { ObjectMapper mapper = new ObjectMapper(); String json = mapper.writeValueAsString(new Object()); System.out.println(json); } }
Debug
Known issues
breakingThis is an older LGPL-licensed version; newer versions are under Apache 2.0 and use com.fasterxml.jackson.
fix
Migrate to com.fasterxml.jackson.core:jackson-databind for current support.
affects: >= 1.0.0
Upgrade
Version history
1.9.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-mapper-lgpl — mvn dependency:get jackson-mapper-lgpl · libregistry