Last active
November 11, 2015 22:28
-
-
Save jochasinga/f5f7cc7042698cc7b7ee to your computer and use it in GitHub Desktop.
Sample JSON for Cassandra mapping
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
[ | |
{ | |
"jochasinga": { | |
"email": "[email protected]", | |
"tweet": "I want to go to @banksy ‘s exhibition today so badly." | |
} | |
}, | |
{ | |
"banksy": { | |
"email": "[email protected]", | |
"tweet": "@jochasinga come! I’m showing a lot of new work!" | |
} | |
}, | |
{ | |
"random_may": { | |
"email": "[email protected]", | |
"tweet": "The Ukraine situation is dreadful" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment