Closed itchyny closed 2 years ago
This PR implements format/1 function.
❯ jq 'format("html","uri","csv","tsv","sh","base64")' <<< '[1,2,3]' "[1,2,3]" "%5B1%2C2%2C3%5D" "1,2,3" "1\t2\t3" "1 2 3" "WzEsMiwzXQ=="
Awesome, LGTM! Thank you!
This PR implements format/1 function.