An open API service indexing awesome lists of open source software.

https://github.com/aerth/json5

[ // comments in your json
https://github.com/aerth/json5

comments hjson json json5

Last synced: 3 months ago
JSON representation

[ // comments in your json

Awesome Lists containing this project

README

          

# json5

```json5
{
"foo": 123,
// this is a comment
"bar": "baz",
"test": [ // !!
"works?", // does it?
"yes"
]
}
```

source: [yosuke-furukawa/json5](https://github.com/yosuke-furukawa/json5)