Skip to content

Instantly share code, notes, and snippets.

@sudheesh001
Created May 22, 2015 15:22
Show Gist options
  • Save sudheesh001/26d83da0e408f478bcb4 to your computer and use it in GitHub Desktop.
Save sudheesh001/26d83da0e408f478bcb4 to your computer and use it in GitHub Desktop.
Sample data for loklak.net
[ {
"key1" : "value",
"key2" : "value",
"key3" : [ "str1", "str2" ],
"key4" : {
"internalKey1" : "val1",
"internalKey2" : "val2"
}
},
{
"key1" : "value",
"key2" : "value",
"key3" : [ "str1", "str2" ],
"key4" : {
"internalKey1" : "val1",
"internalKey2" : "val2"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment