IT notes
About
Tags
∾
Github
text2json
March 23, 2017
#
json
#
txt
#
jq
Convert txt to json:
$ jq '.' -R -s file
or
$ echo textfile | jq '.' -R -s