Registry / serialization / johnzon-websocket

johnzon-websocket

JSON →
library2.1.0javamavenunverified

WebSocket support for Apache Johnzon, an implementation of JSR-353 (Java API for JSON Processing).

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

JohnzonDecoder
org.apache.johnzon.websocket.JohnzonDecoder

Decodes a JSON string using Johnzon's WebSocket decoder.

import org.apache.johnzon.websocket.JohnzonDecoder; JohnzonDecoder decoder = new JohnzonDecoder(); String json = "{\"name\":\"test\"}"; Object result = decoder.decode(json); System.out.println(result);
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-websocket — mvn dependency:get johnzon-websocket · libregistry