aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/pretty-json/node_modules/jsonminify/test/comment.json
blob: 0cddc5f7cdc64b9ff40a091bddf47a98531843e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ // hoge
    "foo": "bar",// this is cool
    "bar": [
        "baz", "bum", /** aaaa **/"zam"   // this is cool
    ],
    /* the rest of this document is just fluff
       in case you are interested. */
    "something": 10,
    /** the rest of this document is just fluff
     *in case you are interested. */
    "else": 20
} // hoge