Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Anyone know why this happens? Can't Parse JSON - HttpService

Asked by
Aorda 43
6 years ago

Code:

1local HttpService = game:GetService("HttpService")
3local Table =  HttpService:JSONDecode(HttpService:GetAsync(URL))

Error:

1Can't parse JSON

Anyone know why this happens?

0
you sure it is a json SulaymanArafat 230 — 6y

Answer this question