Skip to content

Instantly share code, notes, and snippets.

@2n2n
Created March 5, 2020 02:03
Show Gist options
  • Save 2n2n/ccf63c002f849e8630d281b5f905e3b1 to your computer and use it in GitHub Desktop.
Save 2n2n/ccf63c002f849e8630d281b5f905e3b1 to your computer and use it in GitHub Desktop.
{
"programs": [
{
"id": 1,
"lesson_name": "lesson 1",
"lessons": [
{
"id": 1,
"title": "Regular Lesson",
"price": 15.00,
"duration": 30,
"number_of_lessons": 1,
"isTrial": false
}
]
},
{
"id": 2,
"lesson_name": "lesson 2",
"lessons": [
{
"id": 1,
"title": "Regular Lesson",
"price": 70,
"duration": 30,
"number_of_lessons": 5,
"isTrial": false
}
]
},
{
"id": 3,
"lesson_name": "lesson 3",
"lessons": [
{
"id": 1,
"title": "Regular Lesson",
"price": 15.00,
"duration": 40,
"number_of_lessons": 1,
"isTrial": false
}
]
},
{
"id": 4,
"lesson_name": "lesson 4",
"lessons": [
{
"id": 1,
"title": "Regular Lesson",
"price": 10.00,
"duration": 30,
"number_of_lessons": 1,
"isTrial": true
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment