How do people feel about requiring JSON data to be formatted with JSONLint going forward? http://jsonlint.com/
I find that single-line JSON data is a real eyechart to read and it can also be error prone. I end up running it through JSONLint anyway just to read it! Most occurrences of this are in our test resources. Here is a quick example: https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/test/resources/simple_tenant_usage.json Feedback appreciated, thanks! /jd
