]>
Commit | Line | Data |
---|---|---|
06a3d686 BB |
1 | { // hoge |
2 | "foo": "bar",// this is cool | |
3 | "bar": [ | |
4 | "baz", "bum", /** aaaa **/"zam" // this is cool | |
5 | ], | |
6 | /* the rest of this document is just fluff | |
7 | in case you are interested. */ | |
8 | "something": 10, | |
9 | /** the rest of this document is just fluff | |
10 | *in case you are interested. */ | |
11 | "else": 20 | |
12 | } // hoge |