foreshadow / atom-python-run

A simple atom package. Press one key to run your python code in atom.
https://atom.io/packages/atom-python-run
MIT License
43 stars 32 forks source link

JSON outputs #111

Open notwopr opened 5 years ago

notwopr commented 5 years ago

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.