I have response type like a simple array for example
"ImagePath": [ traffic.jpeg, prow-featured.jpg, 604190.jpg ]
but I want this type so plz guide me how to convert and get output like this
"ImagePath": [ {"images": "traffic.jpeg"}, {"images": "prow-featured.jpg"}, {"images": "604190.jpg"} ]
2.1m questions
2.1m answers
60 comments
57.0k users