JGF
JGF is a JSON format for representing graph structures with nodes and edges.
Alternative Names: JSON Graph Format
| Feature | JSON Graph Format (JGF) |
|---|---|
| Multiple Graphs per Document | |
| Nodes | |
| Undirected Edges | |
| Directed Edges | |
| Hyperedges | |
| Mixed-directionality Edges | |
| Parallel Edges | |
| Self-loops | |
| Edges on Edges | |
| Nested Graphs in Nodes | |
| Nested Graphs in Edges | |
| Nested Graphs in Graphs | |
| Node Labels | |
| Edge Labels | |
| Attributes on Nodes | |
| Attributes on Edges | |
| Attributes on Graphs | |
| Typed Edges | |
Tools(Read & Write)
See also
Frequently Asked Questions
What is a JSON Graph Format (JGF) file?
A JSON Graph Format (JGF) file stores a graph — its nodes, edges and attributes — in the JSON Graph Format (JGF) format (also: JSON Graph Format). See the feature table above for what it supports.
How do I open a JSON Graph Format (JGF) file?
Open it in a graph tool that supports JSON Graph Format (JGF), or convert it to a format your tool reads. With GraphInOut you can convert JSON Graph Format (JGF) to GraphML, DOT, Connected JSON and more, right in your browser.
How do I convert a JSON Graph Format (JGF) file to another format?
Use the Convert from JSON Graph Format (JGF) link above: upload or paste your JSON Graph Format (JGF) file (input preset to JSON Graph Format (JGF)), choose a target format and download the result — free, no install.