vronic / chrome-rest-client

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

Feature: jsonLint #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement JSONlint for validation as well as detecting JSON when JSON 
content-type not set

Original issue reported on code.google.com by r...@tep.io on 24 May 2012 at 9:43

GoogleCodeExporter commented 8 years ago
I thinking about auto detection of JSON or XML etc. But actually it is not that 
simple as you can think. In case when you have a very lot of data it is 
inefficient to try to parse as JSON, then XML and so on. Now it takes to much 
time to display results and first at all I'll work at performance issues.

Original comment by jarro...@gmail.com on 30 May 2012 at 12:12

GoogleCodeExporter commented 8 years ago
That makes sense, thanks for the update.

Original comment by r...@tep.io on 30 May 2012 at 7:11

GoogleCodeExporter commented 8 years ago
I will not implement this library. I've made some improvements in application 
but still it should response only for proper content-type header.

Original comment by jarro...@gmail.com on 27 Sep 2012 at 4:06