Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 373 Bytes

known-methods.md

File metadata and controls

22 lines (16 loc) · 373 Bytes
layout title nav_order menu_toc
default
Known methods
14
#.toJSON
#.inspect

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.