source:
Dev/trunk/node_modules/grunt-jsonlint/test/invalid.json
Last change on this file was 505, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
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.