Documentation ¶
Overview ¶
Package sigmajs implements marshaling and unmarshaling of Sigma.js JSON documents.
See http://sigmajs.org/ for Sigma.js documentation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 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.
Click to show internal directories.
Click to hide internal directories.