All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xpertss.json.schema.core.tree.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Navigable JSON tree representations
 *
 * 

Classes in this package are wrappers over {@link * com.fasterxml.jackson.databind.JsonNode} instances with navigation * capabilities (using {@link * com.github.fge.jackson.jsonpointer.JsonPointer}).

* *

A JSON Schema is represented by a {@link * xpertss.json.schema.core.tree.SchemaTree} and, in addition to navigation * capabilities, offers other information such as the current URI context * defined by that schema and JSON Reference resolution.

*/ package xpertss.json.schema.core.tree;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy