Advertisement
jerryturcios08

knowglet_json_data_sample

Aug 18th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.11 KB | None | 0 0
  1. [
  2.   {
  3.     "title": "Data structures",
  4.     "children": [
  5.       {
  6.         "title": "Algorithms",
  7.         "children": [
  8.           {
  9.             "title": "Merge sorting",
  10.             "children": []
  11.           }
  12.         ]
  13.       },
  14.       {
  15.         "title": "Linked list",
  16.         "children": []
  17.       }
  18.     ]
  19.   },
  20.   {
  21.     "title": "Discrete mathematics",
  22.     "children": [
  23.       {
  24.         "title": "Sets",
  25.         "children": []
  26.       },
  27.       {
  28.         "title": "Proof by induction",
  29.         "children": []
  30.       },
  31.       {
  32.         "title": "Combinatorics",
  33.         "children": [
  34.           {
  35.             "title": "Permutations",
  36.             "children": []
  37.           },
  38.           {
  39.             "title": "Combinations",
  40.             "children": []
  41.           }
  42.         ]
  43.       }
  44.     ]
  45.   },
  46.   {
  47.     "title": "Software engineering",
  48.     "children": [
  49.       {
  50.         "title": "SDLC",
  51.         "children": []
  52.       },
  53.       {
  54.         "title": "Version control",
  55.         "children": [
  56.           {
  57.             "title": "Git",
  58.             "children": []
  59.           }
  60.         ]
  61.       }
  62.     ]
  63.   }
  64. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement