Please losen validation
Very nice tool, but it takes strict JSON validation approach, i.e. it requires keys to be enclosed in double-quotes. While strictly speaking it is required in JSON, the reality is that most JSON parsers (the one in ECMAScript included) do allow using unquoted keys in JSON and a lot of web-services output unquoted keys, for brevity. For practical reasons it is very important to allow such mode. Please add the option
ika about JSON Toolbox