Known methods
#.toJSON
Alias of the #.export method used by JavaScript to serialize the Graph instance when using JSON.stringify.
JSON.stringify(graph);
#.inspect
Used by node.js to pretty print the object when using console.log.
Alias of the #.export method used by JavaScript to serialize the Graph instance when using JSON.stringify.
JSON.stringify(graph);
Used by node.js to pretty print the object when using console.log.