Function fdg_sim::json::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.