I am creating a page on which, I have already placed all the nodes using vis.js. Here user is free to create edges between the nodes. My question is that how can I get json of the network which contains node information with egde connection.
According to above screen i have created this UI, Now user can add edge dynamically. I want the json of this network to save into db.
Use this link given by vis.js save and load