lhunath 1374518844 learn Prepare literal data for injection into JSON code: jsonquote() { jshon -s "$1"; }; curl -d "{name:$(jsonquote "$USER")}" http://server/service lhunath 1374519040 forget lhunath 1374519162 learn Prepare literal data for injection into JSON code: jsonquote() { jshon -Qs "$1"; }; curl -d "$(printf '{"name":%s}' "$(jsonquote "$USER")")" http://server/service tirnanog 1644638121 forget tirnanog 1644638134 learn #redirect jqcreate