atom-python-run
atom-python-run copied to clipboard
JSON outputs
Hi, I used your python package in atom to retrieve json outputs from APIs. I tried two different APIs from two different unrelated sites, and they both output json in single quotes. JSON syntax requires JSON output to be in double-quotes.
Do you experience this issue? If so, could you please fix it? I would like to run the output through another atom package that prettifies the JSON output but it'll only accept doubled-quoted text.