Skip to content

Instantly share code, notes, and snippets.

@beshur
Last active December 2, 2015 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beshur/5df5cce11c8af1245b4f to your computer and use it in GitHub Desktop.
Save beshur/5df5cce11c8af1245b4f to your computer and use it in GitHub Desktop.
ezlo map mock data
{
"nodes": [
{"group":1, "neighbours":[3,7,8,9,10,11],"node_id":1},
{"group":1, "neighbours":[1],"node_id":3},
{"group":1, "neighbours":[1,8,9,10],"node_id":7},
{"group":2, "neighbours":[1,7,10,11],"node_id":8},
{"group":3, "neighbours":[1,7,10],"node_id":9},
{"group":1, "neighbours":[1,7,9,11],"node_id":10},
{"group":1, "neighbours":[1,7,9],"node_id":11}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment