package
0.0.0-20240229082022-c6887a5a00fe
Repository: https://github.com/converged-computing/jsongraph-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New functions handle creation of new graphs (and directed, etc.).
No description provided by the author

# Structs

No description provided by the author
A directed graph - has a list of directed edges.
DirectedJsonGraph is explicitly a directed graph.
No description provided by the author
No description provided by the author
A standard Json graph - has a list of edges.
The graph base has attributes shared across graphs.
A JSONGraph can either be parsed into a list of graps or single graph We have types for standard, and then explicitly directed and undirected.
No description provided by the author
No description provided by the author
No description provided by the author
An undirected graph - has a list of undirected edges.
UndirectedJsonGraph is explicitly an undirected graph.
No description provided by the author