Skip to content

Instantly share code, notes, and snippets.

@gauthamp10
Last active January 26, 2022 10:08
Show Gist options
  • Select an option

  • Save gauthamp10/923af58bdd3d400e66b992cb0ccbfa5e to your computer and use it in GitHub Desktop.

Select an option

Save gauthamp10/923af58bdd3d400e66b992cb0ccbfa5e to your computer and use it in GitHub Desktop.
Convert json lines to json

Convert json line to json using sed

sed '1s/^/[/; $!s/$/,/; $s/$/]/' in.json > out.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment