Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting graph to JSON #89

Open
n3h3m opened this issue Jan 24, 2020 · 0 comments
Open

Exporting graph to JSON #89

n3h3m opened this issue Jan 24, 2020 · 0 comments

Comments

@n3h3m
Copy link

n3h3m commented Jan 24, 2020

NetworkX has few primary methods to deal with JSON to/from the graph. Do we have a similar way to export a graph to JSON. https://networkx.github.io/documentation/stable/reference/readwrite/json_graph.html?highlight=json

Any hints would be appreciated. I'm mainly looking for implementations for node_link_data and node_link_graph, the former writes the graph as JSON and the later reads from JSON to graph.

If they are not implements, give me some direction, I would issue a pull request. Since I have to implement this for my current work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant