Function graph_from_json

Source
pub fn graph_from_json(
    json: impl AsRef<str>,
) -> Result<ForceGraph<Value, Value>, JsonParseError>
Available on crate feature json only.
Expand description

Get a ForceGraph from a json string.