SJF4JSimple JSON Facade for Java
A unified JSON-semantic structural processing layer
A unified JSON-semantic structural processing layer
SJF4J requires JDK 8+ and has no external dependencies (except for the chosen data parser).
// Gradle
implementation("org.sjf4j:sjf4j:latest.release")Defines a unified object model where typed Java fields and dynamic JSON structures coexist.
Learn moreProvides a unified facade for parsing and serialization across multiple formats.
Learn moreEnables declarative querying and precise navigation over object graphs using JSON Path.
Learn moreValidates data against JSON Schema with full structural and semantic constraint support.
Learn moreObject graph mapping and transformation, supporting DTO projection.
Learn more