Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    Sample data will help us help you.
    – Thom A
    Commented Mar 28, 2022 at 15:07
  • @Larnu , I have edited, can you check
    – blac040
    Commented Mar 28, 2022 at 15:45
  • Do ensure that's really your input and it cannot be changed on the producing end, because duplicate property names are a bad idea (the standard doesn't outright forbid it, but notes the behavior of implementations on receiving it is not consistent). You'd normally expect an array of values, as per your output, but not your input. This would typically indicate a fault in the process generating this output (it could easily happen if the output is manually generated rather than serialized, for example). Commented Mar 28, 2022 at 16:04