I have a word list / dictionary I am trying to convert to JSON. I need to place double quotes “” around every word in the document because they are strings. Words are seperated by commas and occasional periods and there are line breaks. Thank you in advance.
Craw, daw, law, claw, draw, flaw, gnaw, jaw, maw, paw, raw, scraw, shaw.
(x1000 lines like this)
"Craw", "daw", "law", "claw", "draw", "flaw", "gnaw","jaw", "maw", "paw", "raw", "scraw", "shaw".
(x1000 lines like this)