Expand description
Export the code graph to various formats: Neo4j Cypher, GraphML, JSON.
Functions§
- export_
cypher - Write Neo4j-compatible Cypher CREATE statements for all nodes and edges.
- export_
graphml - Write GraphML XML format (compatible with Gephi/yEd).
- export_
json - Write JSON with
{"nodes": [...], "edges": [...]}format.