Last active
December 3, 2019 18:35
-
-
Save irkreja/78bb8ac33d3138fa6f1661e8c9e76428 to your computer and use it in GitHub Desktop.
collections.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"_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