Skip to content

Instantly share code, notes, and snippets.

View joselvelez's full-sized avatar
👋
Learning & Experimenting

Jose L. Velez joselvelez

👋
Learning & Experimenting
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}
]