Dear support-reader,
I ran into an issue with the JSON-view of a request-body.
Inspector > Raw is showing alle headers and the complete body as a string, that pretty-printed looks like this:
{
"Header": {
"Name": "MyName",
"Id": 1234
},
"Item": {
"Number": 1,
"Material": "Wood"
},
"Item": {
"Number": 2,
"Material": "Gold"
},
"Item": {
"Number": 3,
"Material": "Plastic"
}
}
When switching to the JSON tab of the Inspectors-tab, the JSON-view showed, contains only the header and first Item (second and third one are missing)
Is this a bug in the Inspector JSON-view or due to the duplicate Item-keys?
Thanks for your consideration.
Regards J.