if I have this:
{
  "restaurant": {
    "categories": [
      {
        "name": "Italia"
      },
      {
        "name": "Modern"
      }
    ],
  }
}
I've tried to get the value with restaurant.categories, it return [object, object],[object, object]
expected result: Italia, Modern
 
     
    