HuJSON is a data notation created in 2019 by David Crawshaw.
#759on PLDB | 5Years Old |
git clone https://github.com/tailscale/hujson
HuJSON: JSON for Humans (JWCC: JSON w/ comments and trailing commas)
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | // A comment | |
MultiLine Comments | ✓ | /* A comment */ | /* */ |
Line Comments | ✓ | // A comment | // |