Expand description
Shared JSONC comment stripping utility.
Supports:
//line comments/* ... */block comments- string literal preservation (including escapes)
Functionsยง
- strip_
jsonc - Strip
//and/* */comments from JSONC input.
Shared JSONC comment stripping utility.
Supports:
// line comments/* ... */ block comments// and /* */ comments from JSONC input.