graph.toJSON()
Return an object representing the graph ready for JSON serialization. This can be used for persistance or serialization. Note that this method doesn't
return a JSON string but rather an object that can be then serialized to JSON with JSON.stringify()
.