Skip to content

Instantly share code, notes, and snippets.

@wriglz
Last active August 4, 2022 10:47
Show Gist options
  • Save wriglz/6641150a211105ad6f84c8827dbeb2d6 to your computer and use it in GitHub Desktop.
Save wriglz/6641150a211105ad6f84c8827dbeb2d6 to your computer and use it in GitHub Desktop.
Parse JSON to new line delimited JSON using JQ
# NB. First install jq using homebrew
cat original.geojson | jq -c '.[]' > new_line_delimited.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment