coś takiego:
{
"companies": [
{
"name": "Company name",
"workers": [
{
"name": "Janusz",
"anotherParam": "anotherValue"
},
{
"name": "Grażyna",
"anotherParam": "anotherValue"
}
]
},
{
"name": "Another company name",
"workers": [
{
"name": "Janusz",
"anotherParam": "anotherValue"
},
{
"name": "Roman",
"anotherParam": "anotherValue"
}
]
}
]
}