0

I have mentioned the JSON format below. Both the address should be bound separately in the object, not combined.

{
  "Address": [
    {
      "Parameters": "Home",
      "Key": "home_add",
      "Value": "ABC"
    }
  ],
  "Address": [
    {
      "Parameters": "Office",
      "Key": "office_add",
      "Value": ""
    }
  ]
}
Pratik Gadoya
  • 1,420
  • 1
  • 16
  • 27
KJohn
  • 1
  • 1
  • Does this answer your question? [How to deserialize JSON with duplicate property names in the same object](https://stackoverflow.com/questions/20714160/how-to-deserialize-json-with-duplicate-property-names-in-the-same-object) – OfirD Dec 29 '19 at 14:58
  • And what would you bind the duplicate properties to? In other words, what is your model? – Brian Rogers Dec 30 '19 at 17:28

0 Answers0