What is HuJSON (JWCC)?
masterHuJSON implements the JWCC (JSON with Commas and Comments) extension of standard JSON. It is a superset of standard JSON, meaning all valid JSON is also valid HuJSON.
JWCC adds two key features to standard JSON:
- Comments: Supports both C-style line comments (
//) and block comments (/* ... */) intermixed with whitespace. - Trailing Commas: Allows trailing commas after the last member or element in an object or array.