@nesso-how/formats
v0.1.0-alpha.23
Published
Nesso graph serialization formats — JSON serialize/deserialize
Readme
@nesso-how/formats
JSON serialize/deserialize for Nesso graph files.
Install
npm install @nesso-how/formatsUsage
import { serializeGraph, deserializeGraph } from "@nesso-how/formats";
const json = serializeGraph({ name: "My graph", nodes, edges });
const file = deserializeGraph(json);License
MIT
