Advertisement
Morpheu5

Untitled

Jul 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 2,
  4.     "name": "UniJobs",
  5.     "parent_id": null,
  6.   },
  7.   {
  8.     "id": 10,
  9.     "name": "MIUR",
  10.     "parent_id": null,
  11.     "children": [
  12.       {
  13.         "id": 3,
  14.         "name": "Università di Padova",
  15.         "parent_id": 10,
  16.         "children": [
  17.           {
  18.             "id": 5,
  19.             "name": "Dipartimento di Ingegneria dell'Informazione (DEI)",
  20.             "parent_id": 3,
  21.           },
  22.           {
  23.             "id": 6,
  24.             "name": "Dipartimento di Lettere",
  25.             "parent_id": 3,
  26.           }
  27.         ]
  28.       },
  29.       {
  30.         "id": 4,
  31.         "name": "Università di Milano",
  32.         "parent_id": 10,
  33.         "children": [
  34.           {
  35.             "id": 7,
  36.             "name": "Dipartimento di Ingegneria dell'Informazione (DEI)",
  37.             "parent_id": 4,
  38.           },
  39.           {
  40.             "id": 8,
  41.             "name": "Dipartimento di Lettere",
  42.             "parent_id": 4,
  43.           }
  44.         ]
  45.       }
  46.     ]
  47.   }
  48. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement