My intention is to create simple graph editor using vis.js and the first feature I\'m thinking about is to position nodes manually and save that. However, unlike setting opt
Vis.js provides a simple example to export and import networks as JSON.
There is also an example with basic Editor-functionality like adding/removing nodes and edges