]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/pretty-json/node_modules/jsonminify/test/comment.json
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / test / comment.json
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