Files
upo-graphs/test/resources/test.json
Giacomo e9f7375ca4 Save/Load
* improved Tests
* fixed subGraph of markers
* added support for save/load graphically
* not all pass... must continue coding
2019-06-14 18:02:56 +02:00

1 line
419 B
JSON

{"vertices":["1","2","3","4","5","6","7","8"],"edges":[{"source":"1","destination":"2","weight":1},{"source":"1","destination":"3","weight":1},{"source":"5","destination":"4","weight":5},{"source":"6","destination":"2","weight":2},{"source":"5","destination":"3","weight":2},{"source":"8","destination":"7","weight":9},{"source":"4","destination":"6","weight":6},{"source":"2","destination":"5","weight":4}],"other":""}