diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-03 11:13:51 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-03 11:21:34 +0200 |
| commit | bf70b852a99b5156f8703269724335f8e5ad3e3e (patch) | |
| tree | d2fc19a95fccb55ae31fcfb1d576c5f954e0fca9 /heroes.json | |
| parent | 21612ae07ffa8f7d4a05bc78d3d8a992d95ae56d (diff) | |
Fix jsons: source->__src, target->__dst
for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\<source\>/__src/g' -e 's/\<target\>/__dst/g' $json; done
Diffstat (limited to 'heroes.json')
| -rw-r--r-- | heroes.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/heroes.json b/heroes.json index 3ebae5a3..7426ea77 100644 --- a/heroes.json +++ b/heroes.json @@ -18,19 +18,19 @@ {"id":"The Avengers","type":"project","state":"perm"} ], "links":[ - {"source":"Batman","target":"Justice League","name":"is in"}, - {"source":"Superman","target":"Justice League","name":"leads"}, - {"source":"Green Lantern","target":"Justice League","name":"is in"}, - {"source":"Wonder Woman","target":"Justice League","name":"is in"}, - {"source":"The Flash","target":"Justice League","name":"is in"}, - {"source":"Aquaman","target":"Justice League","name":"is in"}, - {"source":"Martian Manhunter","target":"Justice League","name":"is in"}, - {"source":"Iron Man","target":"The Avengers","name":"is in"}, - {"source":"Captain America","target":"The Avengers","name":"leads"}, - {"source":"Hawkeye","target":"The Avengers","name":"is in"}, - {"source":"Hulk","target":"The Avengers","name":"is in"}, - {"source":"Black Widow","target":"The Avengers","name":"is in"}, - {"source":"Nick Fury","target":"The Avengers","name":"is in"}, - {"source":"Thor","target":"The Avengers","name":"is in"} + {"__src":"Batman","__dst":"Justice League","name":"is in"}, + {"__src":"Superman","__dst":"Justice League","name":"leads"}, + {"__src":"Green Lantern","__dst":"Justice League","name":"is in"}, + {"__src":"Wonder Woman","__dst":"Justice League","name":"is in"}, + {"__src":"The Flash","__dst":"Justice League","name":"is in"}, + {"__src":"Aquaman","__dst":"Justice League","name":"is in"}, + {"__src":"Martian Manhunter","__dst":"Justice League","name":"is in"}, + {"__src":"Iron Man","__dst":"The Avengers","name":"is in"}, + {"__src":"Captain America","__dst":"The Avengers","name":"leads"}, + {"__src":"Hawkeye","__dst":"The Avengers","name":"is in"}, + {"__src":"Hulk","__dst":"The Avengers","name":"is in"}, + {"__src":"Black Widow","__dst":"The Avengers","name":"is in"}, + {"__src":"Nick Fury","__dst":"The Avengers","name":"is in"}, + {"__src":"Thor","__dst":"The Avengers","name":"is in"} ] } |
