@nesso-how/formats
v0.1.0-alpha.34
Published
Nesso graph serialization formats — JSON serialize/deserialize
Downloads
986
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
