Skip to content

Instantly share code, notes, and snippets.

@okdistribute
Last active August 29, 2015 14:19
Show Gist options
  • Save okdistribute/3d5f40260ccc5d29d2e9 to your computer and use it in GitHub Desktop.
Save okdistribute/3d5f40260ccc5d29d2e9 to your computer and use it in GitHub Desktop.
diff gist
[
{
"type": "put",
"version": "21a276e1efb5beb79d08339890aa72eca8915b1ef09390e54e8d2152d7c0dd9d",
"change": 5,
"key": "france",
"value": {
"country": "france",
"captial": "paris"
}
},
{
"type": "put",
"version": "d1ae55495e42f77fc45f4612174060d54baf4a241a5421f5730364820db6aac7",
"change": 9,
"key": "france",
"value": {
"country": "france",
"code": "fr",
"capital": "paris"
}
}
],
[
null,
{
"type": "put",
"version": "fba4777a55846a048a5737b5451eff715cd11b4a881cba68f18c0a7fa0dfaa5d",
"change": 7,
"key": "germany",
"value": {
"country": "germany",
"code": "de",
"capital": "berlin"
}
}
],
[
{
"type": "put",
"version": "75feb3efda3b9eb21d886ccfe12242a9191c69023b54aac7fafd59992ca68586",
"change": 4,
"key": "ireland",
"value": {
"country": "ireland",
"captial": "dublin"
}
},
{
"type": "put",
"version": "0d66e54de66ed4d7b0c20c24f9d96ee4aa5591a0bd98542b81ea955b46e1ac98",
"change": 8,
"key": "ireland",
"value": {
"country": "ireland",
"code": "ie",
"capital": "dublin"
}
}
],
[
{
"type": "put",
"version": "5d5a5fb8088895a152eabefb84958d075718c068f4c9fe20a088b9bedc4a977b",
"change": 6,
"key": "spain",
"value": {
"country": "spain",
"capital": "madrid"
}
},
{
"type": "put",
"version": "f8f33c1a64608717731758d7f5d6454d27bce336a9175e079070971931bd981b",
"change": 10,
"key": "spain",
"value": {
"country": "spain",
"code": "es",
"capital": "barcelona"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment