mjrgit / chrome-rest-client

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

When Encoding json, it replaces : with = #244

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Make content application/json.
Use this JSON in Payload:
{ "id":"1111","name": "777", "model": "777", "properties": {}, "statuses": 
{},"events": {}, "actions": {}, "description": "Test tank 777"}

Press encode. It encodes it replacing "id": with "id"=

%7B+%22id%22=%221111%22%2C%22name%22%3A+%22777%22%2C+%22model%22%3A+%22777%22%2C
+%22properties%22%3A+%7B%7D%2C+%22statuses%22%3A+%7B%7D%2C%22events%22%3A+%7B%7D
%2C+%22actions%22%3A+%7B%7D%2C+%22description%22%3A+%22Test+tank+777%22%7D

Original issue reported on code.google.com by luisl...@gmail.com on 5 Apr 2014 at 1:02