Skip to content

Instantly share code, notes, and snippets.

@swannknani
Created April 16, 2018 18:03
Show Gist options
  • Save swannknani/9d6d5e8a262e8e80bf0008de0bf4402c to your computer and use it in GitHub Desktop.
Save swannknani/9d6d5e8a262e8e80bf0008de0bf4402c to your computer and use it in GitHub Desktop.
/profili
[
{
"nome": "Adulti",
"eta_min": 10,
"profiloID": 1803,
"richiesta_dataNascita": false,
"richiesto_accompagno": false
},
{
"nome": "Ragazzi",
"eta_min": 4,
"eta_max": 9,
"profiloID": 1801,
"richiesta_dataNascita": true,
"richiesto_accompagno": false
},
{
"nome": "Infant",
"eta_max": 3,
"profiloID": 1800,
"richiesta_dataNascita": true,
"richiesto_accompagno": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment