Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Last active September 11, 2024 08:53
Show Gist options
  • Save Himura2la/c2ef40ce86b1698e1a7db8b144657912 to your computer and use it in GitHub Desktop.
Save Himura2la/c2ef40ce86b1698e1a7db8b144657912 to your computer and use it in GitHub Desktop.
Convert text file to JSON string

Usage

wget https://gist.githubusercontent.com/Himura2la/c2ef40ce86b1698e1a7db8b144657912/raw/toJson.sh
chmod +x toJson.sh
./toJson.sh < file
#!/bin/sh
sed 's/\x0D$//' | jq -MRsc .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment