Created
July 13, 2022 07:07
-
-
Save nguyensinhtu/2bac9c5d918db9f89eb38a721753a959 to your computer and use it in GitHub Desktop.
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
| # minify json to insert into mysql | |
| cat payload.json | sed -e "s/'/''/g" | jq -R -s '.' > minify_json.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment