Skip to content

Instantly share code, notes, and snippets.

@ANorwell
Created December 31, 2010 22:45
Show Gist options
  • Save ANorwell/761394 to your computer and use it in GitHub Desktop.
Save ANorwell/761394 to your computer and use it in GitHub Desktop.
Graph.js JSON serialization
var graphJSON = G.toJSON();
G.fromJSON(graphJSON);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment