I have the following object:
{
"Search Engines": [
{
"conta": "Search Engines",
"hits": 5,
"bytes": 50189
},
{
"conta": "Search Engines",
"hits": 1,
"bytes": 7601
},
{
"conta": "Search Engines",
"hits": 6,
"bytes": 613036
},
{
"conta": "Search Engines",
"hits": 1,
"bytes": 2858
}
],
"Content Server": [
{
"conta": "Content Server",
"hits": 1,
"bytes": 17308
},
{
"conta": "Content Server",
"hits": 1,
"bytes": 47412
},
{
"conta": "Content Server",
"hits": 1,
"bytes": 24210
}
],
"Business": [
{
"conta": "Business",
"hits": 1,
"bytes": 2847
}
],
"Internet Services": [
{
"conta": "Internet Services",
"hits": 1,
"bytes": 3690
}
]
}
How can I change the name of all objects ("Search engines", "Content Server", "Business", "Internet" ...) to "test"? I need them to have equal names