HuJSON is a data notation created in 2019 by David Crawshaw.
#1359on PLDB | 4Years Old | 447Users |
0Books | 0Papers |
HuJSON: JSON for Humans (JWCC: JSON w/ comments and trailing commas)
Feature | Supported | Token | Example |
---|---|---|---|
Comments | ✓ | // A comment |
|
MultiLine Comments | ✓ | /* */ | /* A comment */ |
Line Comments | ✓ | // | // A comment |