Given the following example document of collection:
{
"timestamp": 1413543986,
"message": "message",
"readed": {
"8": null,
"9": null,
"22": null
},
"type": "1014574149174"
}
How do I update the value of specific key in object with key "readed"? For example update value for key "8":
...
"8": 10,
...