mashery / iodocs

Interactive API documentation system
MIT License
1.89k stars 415 forks source link

parameter type json #230

Open marianna85 opened 9 years ago

marianna85 commented 9 years ago

How can I pass a json object as a parameter? Does iodocs support this?

Thanks in advance.

liuzhongshu commented 7 years ago

+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 7 years ago

I have a Pull request #250 for this.