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.
// Gradle
implementation("org.sjf4j:sjf4j:latest.release")Defines a unified object model where typed Java fields and dynamic JSON structure coexist.
Learn moreProvides a unified facade for decoding and encoding structured data across multiple formats.
Learn moreEnables declarative querying and precise structural navigation over the object model.
Learn moreApplies standard-compliant structural mutations through JSON Patch operations.
Learn moreEnforces structural and semantic constraints using modern JSON Schema specifications.
Learn moreDelivers high performance with minimal overhead while providing a unified JSON-semantic processing model.
Learn more