Recommended document structure

Hi,

We’re trying to figure out if there are any benefits of doing:

option 1:

{
  "country": {
    "name": "United States"
  }
}

option 2:

{
  "country.name": "United States"
}

option 3:

{
  "countryName": "United States"
}

In terms of performance & usability.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.