JGF (.jgf) Graph Format
JGF file format
Description
Examples
References
JGF (JSON Graph Format) is a JSON-based file format for storing one or more graphs.
It also allows the application of labels to vertices and edges.
The format supports directed and undirected graphs, and permits the association of arbitrary metadata with vertices and edges.
The GraphTheory[ImportGraph] and GraphTheory[ExportGraph] commands can read from and write to this format.
The general-purpose commands Import and Export also support this format.
Import a JGF displaying the relationships of various mammal species.
Export the Clebsch graph to a JGF file in the home directory of the current user.
JSON Graph Format Specification, http://jsongraphformat.info/.
See Also
Formats
Formats,JSON
GraphTheory
Download Help Document