From plain text to JSON with jq
Sometimes using tools differently than intended has fantastic results. Creating nested JSON from a tab- and newline-delimited text file.
jq
Sometimes using tools differently than intended has fantastic results. Creating nested JSON from a tab- and newline-delimited text file.
Creating a simple data file of U.S. state names with the help of Wikipedia and a command line.