/jsongraph.java

Java tool for the JSON Graph Format.

jsongraph.java

Java tool for the JSON Graph Format.

Features

  • Support read/write of JSON Graph Format version 1.
  • Java library and command-line tool.
  • Compile down to native binary using Graal and substrate vm.

Requirements

  • Run on Java 13+.
  • Uses Java module system to cleanly separate API.

Open Questions

  1. Unsure of the current state of JSON Schema support in Java. Do we need to depend on a certain JSON library?