{
  "schemaVersion": 1,
  "generatedBy": "generation/forms_p7.py",
  "note": "SAMPLE submission. Fictional customer, fictional order.",
  "source": "nested-object-field-names.html",
  "flat": [
    [
      "customer[name]",
      "Sample Customer Ltd"
    ],
    [
      "customer[email]",
      "orders@example.com"
    ],
    [
      "customer[address][line1]",
      "4 Sample Way"
    ],
    [
      "customer[address][city]",
      "Bristol"
    ],
    [
      "customer[address][postcode]",
      "BS1 4SP"
    ],
    [
      "items[0][sku]",
      "NX-1001-AB"
    ],
    [
      "items[0][qty]",
      "3"
    ],
    [
      "items[1][sku]",
      "NX-1002-CD"
    ],
    [
      "items[1][qty]",
      "1"
    ]
  ],
  "expanded": {
    "customer": {
      "name": "Sample Customer Ltd",
      "email": "orders@example.com",
      "address": {
        "line1": "4 Sample Way",
        "city": "Bristol",
        "postcode": "BS1 4SP"
      }
    },
    "items": [
      {
        "sku": "NX-1001-AB",
        "qty": "3"
      },
      {
        "sku": "NX-1002-CD",
        "qty": "1"
      }
    ]
  }
}
