Skip to content

Instantly share code, notes, and snippets.

@irkreja
Last active December 3, 2019 18:35
Show Gist options
  • Save irkreja/78bb8ac33d3138fa6f1661e8c9e76428 to your computer and use it in GitHub Desktop.
Save irkreja/78bb8ac33d3138fa6f1661e8c9e76428 to your computer and use it in GitHub Desktop.
collections.json
[
{
"_id" : ObjectId("5de6a660a5f6a42060d532c5"),
"name": "IX",
"subjects": [
{
"_id" : ObjectId("5de6a660a5f6a42060d532c6"),
"name": "Physics",
"classId": ObjectId("5de6a660a5f6a42060d532c5"),
"chapters": [
{
"_id" : ObjectId('5c09fb04ff03a672a26fb23a'),
"name": Physical Quantities and Their Measurements",
"classId": ObjectId("5de6a660a5f6a42060d532c5"),
"subjectId": ObjectId("5de6a660a5f6a42060d532c6"),
},
{
"_id" : ObjectId("5de6a660a5f6a42060d532c6"),
"name": "Motion",
"classId": ObjectId("5de6a660a5f6a42060d532c5"),
"subjectId": ObjectId("5de6a660a5f6a42060d532c6"),
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment