Skip to content

Instantly share code, notes, and snippets.

@josemiguelo
Created January 10, 2024 22:05
Show Gist options
  • Select an option

  • Save josemiguelo/7a4dd00356837fffc0acbb7b2dfa9e60 to your computer and use it in GitHub Desktop.

Select an option

Save josemiguelo/7a4dd00356837fffc0acbb7b2dfa9e60 to your computer and use it in GitHub Desktop.
find duplicated keys within a json file
cat some-file.json | grep '"key"' | sort | uniq -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment