Skip navigation links

Package com.github.fge.jsonschema.core.tree

Navigable JSON tree representations

See: Description

Package com.github.fge.jsonschema.core.tree Description

Navigable JSON tree representations

Classes in this package are wrappers over JsonNode instances with navigation capabilities (using JsonPointer).

A JSON Schema is represented by a SchemaTree and, in addition to navigation capabilities, offers other information such as the current URI context defined by that schema and JSON Reference resolution.

Skip navigation links