Removing comments from JSON 12 Sep 2024 08:36 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