GraphIO.jl icon indicating copy to clipboard operation
GraphIO.jl copied to clipboard

Support networkx node-link JSON format

Open dhimmel opened this issue 2 years ago • 0 comments

networkx supports a graph serialization format it calls node-link data that can be read/written to JSON. See

While this format doesn't appear to be a standard, it is simple and interoperable due to its JSON compatibility. It supports node & edge attributes.

dhimmel avatar Feb 21 '23 01:02 dhimmel