wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

simpler solution for url resolution #45

Closed wellsjo closed 7 years ago

MaanooAk commented 7 years ago

Read this only If you want my comment:

When a valid link of a big file is passed, if the content type is not for json the connection is terminated now, but with this impl the whole file will be downloading in the background. Also the isURI checks only the syntax (so asdasdasd://... is valid).

wellsjo commented 7 years ago

I'm assuming here that if you paste any kind of uri, you intend for it to be downloaded / parsed. If this becomes an issue, we can go back to doing something similar.