Advertisement
Guest User

JSON

a guest
Jan 20th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.92 KB | None | 0 0
  1. [
  2.     {
  3.         "tipologia": "Barba",
  4.         "servizi": [
  5.             {
  6.                 "nome": "Rasatura di Lusso",
  7.                 "prezzo": "20",
  8.                 "isActive": false
  9.             },
  10.             {
  11.                 "nome": "Foggiatura Barba + Rigenerazione Barba",
  12.                 "prezzo": "20",
  13.                 "isActive": false
  14.             },
  15.             {
  16.                 "nome": "Foggiatura barba",
  17.                 "prezzo": "20",
  18.                 "isActive": false
  19.             },
  20.             {
  21.                 "nome": "Rasatura completa",
  22.                 "prezzo": "20",
  23.                 "isActive": false
  24.             }
  25.         ]
  26.     },
  27.     {
  28.         "tipologia": "Capelli",
  29.         "servizi": [
  30.             {
  31.                 "nome": "Taglio capelli",
  32.                 "prezzo": "20",
  33.                 "isActive": false
  34.             },
  35.             {
  36.                 "nome": "Taglio + Shampoo",
  37.                 "prezzo": "20",
  38.                 "isActive": false
  39.             },
  40.             {
  41.                 "nome": "Rasato o liscio totale",
  42.                 "prezzo": "20",
  43.                 "isActive": false
  44.             },
  45.             {
  46.                 "nome": "Shampoo",
  47.                 "prezzo": "20",
  48.                 "isActive": false
  49.             }
  50.         ]
  51.     },
  52.     {
  53.         "tipologia": "Trattamenti viso",
  54.         "servizi": [
  55.             {
  56.                 "nome": "Esempio 0",
  57.                 "prezzo": "20",
  58.                 "isActive": false
  59.             },
  60.             {
  61.                 "nome": "Esempio 1",
  62.                 "prezzo": "20",
  63.                 "isActive": false
  64.             },
  65.             {
  66.                 "nome": "Esempio 2",
  67.                 "prezzo": "20",
  68.                 "isActive": false
  69.             },
  70.             {
  71.                 "nome": "Esempio 3",
  72.                 "prezzo": "20",
  73.                 "isActive": false
  74.             }
  75.         ]
  76.     }
  77. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement