Registry / serialization / jackson-jr-objects

jackson-jr-objects

JSON →
library2.21.2javamavenunverified

A lightweight, zero-dependency JSON data-binding library that builds directly on Jackson core streaming, providing simple serialization and deserialization.

<dependency> <groupId>com.fasterxml.jackson.jr</groupId> <artifactId>jackson-jr-objects</artifactId> <version>2.21.2</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-JR-OBJECTS
J
jackson-jr-objects
serializationjavav2.21.2
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.

JSON
com.fasterxml.jackson.jr.ob.JSON

Serializes a simple POJO to JSON using Jackson jr.

import com.fasterxml.jackson.jr.ob.JSON; public class JacksonJrExample { public static void main(String[] args) throws Exception { String json = JSON.std.asString(new MyPojo("Hello", 42)); System.out.println(json); } static class MyPojo { public String message; public int value; public MyPojo(String message, int value) { this.message = message; this.value = value; } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.21.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources