This is the command strip-json-comments that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
strip-json-comments - strip JSON comments
SYNOPSIS
strip-json-comments -h
strip-json-comments -v
strip-json-comments <infile>
DESCRIPTION
Strips JSON comments from input, either from a named file, or from stdin. The filtered
output is on stdout.
OPTION
-v prints the version
-h prints help screen with example uses
EXAMPLES
cat input.json | strip-json-comments > output.json
strip-json-comments input.json > output.json
Use strip-json-comments online using onworks.net services