Registry / serialization / json-resource

json-resource

JSON →
library3.0.4javamavenunverified

JSON Resource is a core library for handling JSON resource-oriented operations in Java.

<dependency> <groupId>org.openidentityplatform.commons</groupId> <artifactId>json-resource</artifactId> <version>3.0.4</version> </dependency>
INSTALL
IMPORT
SIG · JSON-RESOURCE
J
json-resource
serializationjavav3.0.4
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.

JsonResource
org.openidentityplatform.commons.json.resource.JsonResource

Creates a JSON resource from a string and prints its content.

import org.openidentityplatform.commons.json.resource.JsonResource; JsonResource resource = new JsonResource("{\"key\":\"value\"}"); System.out.println(resource.getContent());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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