Skip to content

Instantly share code, notes, and snippets.

@touhidulshawan
Created November 8, 2020 16:44
Show Gist options
  • Select an option

  • Save touhidulshawan/d5532596aaa4b2c17c0c59976f03a9d6 to your computer and use it in GitHub Desktop.

Select an option

Save touhidulshawan/d5532596aaa4b2c17c0c59976f03a9d6 to your computer and use it in GitHub Desktop.
Course Name for FuneSchool Project
[
{
"id": "class#1",
"title": "Class-I",
"bookName": [
{
"id": "book#1",
"book": "English"
},
{
"id": "book#2",
"book": "Math"
},
{
"id": "book#3",
"book": "Bangla"
}
]
},
{
"id": "class#2",
"title": "Class-II",
"bookName": [
{
"id": "book#1",
"book": "English"
},
{
"id": "book#2",
"book": "Math"
},
{
"id": "book#3",
"book": "Bangla"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment