source: Dev/trunk/node_modules/grunt-jsonlint/test/invalid.json @ 529

Last change on this file since 529 was 505, checked in by hendrikvanantwerpen, 11 years ago

Added linting of json files.

File size: 209 bytes
Line 
1{
2  "test": {
3    "hello": "world",
4    "this is a test": "oh really?",
5    "foo": {
6      "bar": "true",
7      "ext": [
8        "1",
9        "2"
10        "3",
11      ],
12      "final": "destination"
13    }
14  }
15}
Note: See TracBrowser for help on using the repository browser.