datavis-tech / graph-data-structure

A graph data structure with topological sort and shortest path algorithms.
MIT License
249 stars 46 forks source link

Add serialization function #6

Closed curran closed 8 years ago

curran commented 8 years ago

One should be able to export the graph as a D3-style JSON structure.

Perhaps this could be graph.serialize()