Skip to content

Instantly share code, notes, and snippets.

@mkows
Created October 30, 2020 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkows/60203538829f52f43834940c19f492f4 to your computer and use it in GitHub Desktop.
Save mkows/60203538829f52f43834940c19f492f4 to your computer and use it in GitHub Desktop.
Handle jsonc (json with comments) with jq
# brew install jsmin
cat file-with-comments.jsonc | jsmin | jq 'keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment