JSON (url: ) fails when server is down
ssedov opened this issue · comments
Sianur commented
code:
let x = JSON ("http://127.0.0.1:8080/")
when nothing is listening
Sebastian Klaus commented
How to handle that?
Even Swiftier JSON Handler
ssedov opened this issue · comments
code:
let x = JSON ("http://127.0.0.1:8080/")
when nothing is listening
How to handle that?