Module org.jgrapht.io
Package org.jgrapht.nio.json
package org.jgrapht.nio.json
Json importers/exporters
-
ClassDescriptionThis class provides an empty implementation of
JsonListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.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.This interface defines a complete listener for a parse tree produced byJsonParser
.