Skip to content

Instantly share code, notes, and snippets.

@ksob
Created July 1, 2019 13:49
Show Gist options
  • Save ksob/5524d5b8e647e7be9531bcdf55700981 to your computer and use it in GitHub Desktop.
Save ksob/5524d5b8e647e7be9531bcdf55700981 to your computer and use it in GitHub Desktop.
example JSON data output
{
{
obiekt: "pokój 4 osobowy z tarasem",
cena_total: "1200",
cena_details: {
adults: "700",
children: "200",
udogodnienia: {
oddzielny_taras: tak,
dodatkowe_posiłki: tak
},
cena_total_udogodnienia: "300"
}
},
{
obiekt: "dwa pokoje 2 osobowe z tarasem",
cena_total: "1400",
cena_details: {
{
obiekt: "pokój 2 osobowy z tarasem",
cena_total: "600",
cena_details: {
children: "250",
udogodnienia: {
dodatkowe_posiłki: tak
},
cena_total_udogodnienia: "100"
}
},
{
obiekt: "pokój 2 osobowy z tarasem",
cena_total: "800",
cena_details: {
adults: "300"
udogodnienia: {
oddzielny_taras: tak,
dodatkowe_posiłki: tak
},
cena_total_udogodnienia: "200"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment