Skip to content

Instantly share code, notes, and snippets.

@josemiguelo
Created January 10, 2024 22:05
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 josemiguelo/7a4dd00356837fffc0acbb7b2dfa9e60 to your computer and use it in GitHub Desktop.
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