pub fn graph_from_json( json: impl AsRef<str>) -> Result<ForceGraph<Value, Value>, JsonError>
json
Get a ForceGraph from a json string.
ForceGraph