Removing comments from JSON

json

Yes, I know that JSON files don’t have comments. I’ve got some JSON files with comments in them. Here’s a quick way to strip the comments.

sed 's,//.*,,' < file-containing-comments.json | json-tool-with-strong-opinions