Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

networkx.readwrite.json_graph.jit_graph

jit_graph(data, create_using=None)[source]

Read a graph from JIT JSON.

Parameters
  • data (JSON Graph Object)

  • create_using (Networkx Graph, optional (default: Graph())) – Return graph of this type. The provided instance will be cleared.

Returns

G

Return type

NetworkX Graph built from create_using if provided.