orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Enable JSON support for POST/PUT requests #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an enhancement request.

In addition to sending data that is x-www-form-urlencoded as well as plain 
text, it would be very useful to be able to do so in JSON format.
Currently one can do so by entering manually formatted json and sending it as 
plain text, but having a way of transforming the data entered in the Form 
option to JSON would be greatly useful.

Thanks!

Original issue reported on code.google.com by dombus...@gmail.com on 2 Oct 2012 at 1:16

GoogleCodeExporter commented 9 years ago
JSON format, as far as I know, is never sent over the wire as JSON itself, it's 
x-www-form-urlencoded and that's fine because it's less bloat than JSON.

Original comment by sp1d...@gmail.com on 8 May 2013 at 9:16

GoogleCodeExporter commented 9 years ago
JSON itself can't be sent as www-url-encoded because of it's different format 
and encoding.
As for a JSON editor you already have an editor supporting formatting. It's 
experimental do you should check an option in settings panel.

Original comment by jarro...@gmail.com on 9 May 2013 at 11:02