Skip to content

Instantly share code, notes, and snippets.

@GeoWill
Last active November 21, 2018 18:39
Show Gist options
  • Save GeoWill/e554ab8354c282e999f04f4dfc2b4090 to your computer and use it in GitHub Desktop.
Save GeoWill/e554ab8354c282e999f04f4dfc2b4090 to your computer and use it in GitHub Desktop.
Append some new json to some existing json
jq -s '.[0] + .[1]' original.json new.json > updated.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment