Registry / serialization / jackson-coreutils

jackson-coreutils

JSON →
library1.8javamavenunverified

A library providing utility classes and functions for working with Jackson JSON processing.

<dependency> <groupId>com.github.fge</groupId> <artifactId>jackson-coreutils</artifactId> <version>1.8</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-COREUTILS
J
jackson-coreutils
serializationjavav1.8
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.

JsonLoader
com.github.fge.jackson.JsonLoader

Load a JSON string into a Jackson JsonNode using JsonLoader.

import com.github.fge.jackson.JsonLoader; import com.fasterxml.jackson.databind.JsonNode; public class Example { public static void main(String[] args) throws Exception { JsonNode node = JsonLoader.fromString("{\"key\":\"value\"}"); System.out.println(node); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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