Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Last active August 29, 2015 14:21
Show Gist options
  • Save ikwattro/9d6ac5dd0e7b6a528273 to your computer and use it in GitHub Desktop.
Save ikwattro/9d6ac5dd0e7b6a528273 to your computer and use it in GitHub Desktop.
cypherToGoogleDataTableFormatter
{
"cols": [
{
"id": "c.name",
"label": "C.name",
"type": "string"
},
{
"id": "people",
"label": "People",
"type": "string"
}
],
"rows": [
{
"c": [
{
"v": "Mozambique"
},
{
"v": 3
}
]
},
{
"c": [
{
"v": "Paraguay"
},
{
"v": 2
}
]
},
{
"c": [
{
"v": "Hungary"
},
{
"v": 2
}
]
},
{
"c": [
{
"v": "New Zealand"
},
{
"v": 2
}
]
},
{
"c": [
{
"v": "Sao Tome and Principe"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Panama"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Luxembourg"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Niger"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Monaco"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Montserrat"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "United States Minor Outlying Islands"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Cyprus"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Kenya"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Fiji"
},
{
"v": 1
}
]
},
{
"c": [
{
"v": "Croatia"
},
{
"v": 1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment