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
- Host: GitHub
- URL: https://github.com/aerth/json5
- Owner: aerth
- License: other
- Created: 2019-12-30T22:41:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T01:33:30.000Z (almost 6 years ago)
- Last Synced: 2025-07-06T11:39:20.940Z (3 months ago)
- Topics: comments, hjson, json, json5
- Language: Go
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)