JSON Comments Stripper (JSONC → JSON)
JSONC (JSON with Comments) is used by VS Code config, tsconfig.json, and others. Standard JSON parsers reject the comments. This tool strips // and /* */ comments correctly — without breaking strings that contain // or /*.