Last active
August 4, 2022 10:47
-
-
Save wriglz/6641150a211105ad6f84c8827dbeb2d6 to your computer and use it in GitHub Desktop.
Parse JSON to new line delimited JSON using JQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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