Skip to content

Instantly share code, notes, and snippets.

@Rishabh570
Created March 1, 2022 07:23
Show Gist options
  • Save Rishabh570/de0ba8ab5b8655d3d6fa7393b1599eb3 to your computer and use it in GitHub Desktop.
Save Rishabh570/de0ba8ab5b8655d3d6fa7393b1599eb3 to your computer and use it in GitHub Desktop.
[
{
"_id": { "year": "1896" },
"ratings": [ 6 ]
},
{
"_id": { "year": "2016" },
"ratings": [ 5.9 ]
},
{
"_id": { "year": "2021" },
"ratings": [ 9 ]
},
{
"_id": { "year": "2005" },
"ratings": [ 7.1, 8.5 ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment