mjrgit / chrome-rest-client

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

JSON Response view displays number keys without double quotes #309

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make a call to an API that produces a JSON object with string keys 
consisting of valid integers (e.g. "1", "2", ..)
2. View the JSON (not Raw) response pane

What is the expected output? What do you see instead?

I expect to see the string keys properly represented. Instead, they are shown 
as integers, with no double-quotes indicating that they are strings.

On what operating system, browser and browser version?

All

Please provide any additional information below.

Original issue reported on code.google.com by jra...@gmail.com on 1 May 2015 at 3:15