mashery / iodocs

Interactive API documentation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I POST/PUT JSON data as part of the request body?

vasterdev opened this issue · comments

Hi, is there a way to send JSON data as part of the request body in a PUT/POST call?
I've tried using #124 but there are a few problems with that.... Thanx

What kind of problems are you having with #124 ?

a) We can't post/put UTF-8 Characters in the body (Error is: SyntaxError: Unexpected end of input)
b) #124 (comment)