Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "data": {
- "subjects": [
- {
- "slug": "math",
- "title": "Math",
- "packages": [
- {
- "id": 1,
- "name": "2 Months",
- "price": 100
- },
- {
- "id": 2,
- "name": "6 Months",
- "price": 200
- },
- {
- "id": 3,
- "name": "Unlimited",
- "price": 1000
- }
- ]
- },
- {
- "slug": "physics",
- "title": "Physics",
- "packages": [
- {
- "id": 4,
- "name": "3 Months",
- "price": 200
- },
- {
- "id": 5,
- "name": "6 Months",
- "price": 500
- },
- {
- "id": 6,
- "name": "Unlimited",
- "price": 1000
- }
- ]
- },
- {
- "slug": "chemistry",
- "title": "Chemistry",
- "packages": [
- {
- "id": 7,
- "name": "4 Months",
- "price": 500
- },
- {
- "id": 8,
- "name": "8 Months",
- "price": 1000
- }
- ]
- }
- ]
- },
- "meta": {
- "pagination": {
- "total": 5,
- "count": 5,
- "per_page": 10,
- "current_page": 1,
- "total_pages": 1,
- "links": []
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment