package sigmajs
import "gonum.org/v1/gonum/graph/formats/sigmajs"
Package sigmajs implements marshaling and unmarshaling of Sigma.js JSON documents.
See http://sigmajs.org/ for Sigma.js documentation.
Index ¶
Types ¶
type Edge ¶
Edge is a Sigma.js edge.
func (*Edge) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface.
func (*Edge) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshaler interface.
type Graph ¶
Graph is a Sigma.js graph.
type Node ¶
Node is a Sigma.js node.
func (*Node) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface.
func (*Node) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshaler interface.
Source Files ¶
sigmajs.go
- Version
- v0.15.1 (latest)
- Published
- Aug 16, 2024
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 12 hours ago –
Tools for package owners.