parameter type json
Opened this issue · 2 comments
marianna85 commented
How can I pass a json object as a parameter? Does iodocs support this?
Thanks in advance.
liuzhongshu commented
+1
My api use dynamic post json data, I am using textarea type, but when I input the json data, the content was escaped to the request body, I just want raw textarea content as json data.
liuzhongshu commented
I have a Pull request #250 for this.