curl-to-postman
curl-to-postman copied to clipboard
BUG: Curls with stringified arrays
- when copying any curl request from the browser developer tool using "Copy as Curl"
- if curl containing any stringified value (JSON.stringify)
- & then using raw input feature in postman, the stringified array gets corrupted.