Skip to content

Instantly share code, notes, and snippets.

View SokolovskiR's full-sized avatar

Roman SokolovskiR

  • Russia
  • 18:27 (UTC +05:00)
View GitHub Profile
//here is document with NESTED Array
{
"_id": "xyz-800",
"site": "xyz",
"user": 800,
"timepoints": [
{"timepoint": 0, "a": 1500, "b": 700},
{"timepoint": 2, "a": 1000, "b": 200},
{"timepoint": 4, "a": 3500, "b": 1500}
]