# minify json to insert into mysql cat payload.json | sed -e "s/'/''/g" | jq -R -s '.' > minify_json.json