Registry / serialization / johnzon-jsonschema

johnzon-jsonschema

JSON →
library2.0.2javamavenunverified

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

<dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-jsonschema</artifactId> <version>2.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JOHNZON-JSONSCHEMA
J
johnzon-jsonschema
serializationjavav2.0.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.

JsonSchema
org.apache.johnzon.jsonschema.JsonSchema

Validate a JSON object against a JSON Schema.

import org.apache.johnzon.jsonschema.JsonSchema; JsonSchema schema = JsonSchema.builder().build(); boolean valid = schema.validate(jsonObject);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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