Convert txt to json:

 $ jq '.' -R -s file

or

$ echo textfile | jq '.' -R -s