Module org.jgrapht.io
Package org.jgrapht.nio.json
Json importers/exporters
-
Interface Summary Interface Description JsonListener This interface defines a complete listener for a parse tree produced byJsonParser
. -
Class Summary Class Description JsonBaseListener This class provides an empty implementation ofJsonListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.JSONEventDrivenImporter Imports a graph from a JSON file.JSONExporter<V,E> Exports a graph using JSON.JSONImporter<V,E> Imports a graph from a JSON file.JsonLexer JsonParser JsonParser.ArrayContext JsonParser.JsonContext JsonParser.ObjContext JsonParser.PairContext JsonParser.ValueContext