Registry / serialization / johnzon-mapper

johnzon-mapper

JSON →
library2.1.0javamavenunverified

Apache Johnzon Mapper provides JSON binding and mapping capabilities as an implementation of JSR-353 (JSON Processing).

<dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-mapper</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JOHNZON-MAPPER
J
johnzon-mapper
serializationjavav2.1.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.

JohnzonMapper
org.apache.johnzon.mapper.JohnzonMapper

Serializes an object to JSON using Johnzon.

import org.apache.johnzon.mapper.JohnzonMapper; import org.apache.johnzon.mapper.JohnzonBuilder; JohnzonMapper mapper = new JohnzonBuilder().build(); String json = mapper.writeObjectAsString(new MyObject());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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