Hi dev,
Whenever i try to json.decode tables on the server i get error, string expected.
The exact same thing works fine on client side.
This is a major issue for me as I need to handle a lot of json tables server-side.
Any ideas?
anaqim
EDIT code goes like this:
local response,err=core.network.request(url,{method=“GET”,headers=headers})
local dcode=core.json.decode(response)