Advertisement
paulsteven

subject list

Mar 9th, 2021
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.75 KB | None | 0 0
  1. {
  2.     "className": "12th",
  3.     "subjects": [
  4.         "Maths",
  5.         "Physics",
  6.         "Chemistry",
  7.         "Botany",
  8.         "Zoology",
  9.         "Accountancy",
  10.         "Commerce",
  11.         "History",
  12.         "Geography",
  13.         "Economics",
  14.         "Statistics",
  15.         "Computer Science"
  16.     ],
  17.     "icons": [
  18.         "sub_maths_ico",
  19.         "sub_physics_ico",
  20.         "sub_chemistry_ico",
  21.         "sub_botany_ico",
  22.         "sub_zoology_ico",
  23.         "sub_accounts_ico",
  24.         "sub_commerce_ico",
  25.         "sub_history_ico",
  26.         "sub_geography_ico",
  27.         "sub_economics_ico",
  28.         "sub_statistics_ico",
  29.         "sub_computer_ico"
  30.     ]
  31. }
  32.  
  33.  
  34. {
  35.     "className": "10th",
  36.     "subjects": [
  37.         "Maths",
  38.         "Physics",
  39.         "Chemistry",
  40.         "Botany",
  41.         "Zoology"
  42.  
  43.     ],
  44.     "icons": [
  45.         "sub_maths_ico",
  46.         "sub_physics_ico",
  47.         "sub_chemistry_ico",
  48.         "sub_botany_ico",
  49.         "sub_zoology_ico"
  50.     ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement