diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-18 16:46:59 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-18 16:46:59 +0300 |
| commit | 2fbf2e1e4190cac3284fdf4c660b68eb574f0e05 (patch) | |
| tree | b1cb4d5f5066f427751846dd5875f2e0142e47e2 /heroes.json | |
| parent | 49c6e53c2b677abfa8aa2adabd77f92605ee3744 (diff) | |
update heroes.json to use id field instead of name for nodes
Diffstat (limited to 'heroes.json')
| -rw-r--r-- | heroes.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/heroes.json b/heroes.json index fb899d0d..3ebae5a3 100644 --- a/heroes.json +++ b/heroes.json @@ -1,21 +1,21 @@ { "nodes":[ - {"name":"Batman","type":"person","state":"perm"}, - {"name":"Superman","type":"person","state":"perm"}, - {"name":"Green Lantern","type":"person","state":"perm"}, - {"name":"Martian Manhunter","type":"person","state":"perm"}, - {"name":"Wonder Woman","type":"person","state":"perm"}, - {"name":"The Flash","type":"person","state":"perm"}, - {"name":"Aquaman","type":"person","state":"perm"}, - {"name":"Justice League","type":"project","state":"perm"}, - {"name":"Captain America","type":"person","state":"perm"}, - {"name":"Iron Man","type":"person","state":"perm"}, - {"name":"Black Widow","type":"person","state":"perm"}, - {"name":"Hawkeye","type":"person","state":"perm"}, - {"name":"Hulk","type":"person","state":"perm"}, - {"name":"Thor","type":"person","state":"perm"}, - {"name":"Nick Fury","type":"person","state":"perm"}, - {"name":"The Avengers","type":"project","state":"perm"} + {"id":"Batman","type":"person","state":"perm"}, + {"id":"Superman","type":"person","state":"perm"}, + {"id":"Green Lantern","type":"person","state":"perm"}, + {"id":"Martian Manhunter","type":"person","state":"perm"}, + {"id":"Wonder Woman","type":"person","state":"perm"}, + {"id":"The Flash","type":"person","state":"perm"}, + {"id":"Aquaman","type":"person","state":"perm"}, + {"id":"Justice League","type":"project","state":"perm"}, + {"id":"Captain America","type":"person","state":"perm"}, + {"id":"Iron Man","type":"person","state":"perm"}, + {"id":"Black Widow","type":"person","state":"perm"}, + {"id":"Hawkeye","type":"person","state":"perm"}, + {"id":"Hulk","type":"person","state":"perm"}, + {"id":"Thor","type":"person","state":"perm"}, + {"id":"Nick Fury","type":"person","state":"perm"}, + {"id":"The Avengers","type":"project","state":"perm"} ], "links":[ {"source":"Batman","target":"Justice League","name":"is in"}, |
