Files
upo-graphs/test/resources/test.json
Giacomo e4de9981be Save/Load
* enchanted build.gradle
* added test for save/load (still incomplete)
* implemented save/load (still incomplete)
2019-06-13 17:53:43 +02:00

1 line
408 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}]}