Last active
August 29, 2015 14:21
-
-
Save ikwattro/9d6ac5dd0e7b6a528273 to your computer and use it in GitHub Desktop.
cypherToGoogleDataTableFormatter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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