Hello there,
I used this tutorial
http://www.coronalabs.com/blog/2011/08/03/tutorial-exploring-json-usage-in-corona/
and I’m getting the error “Attempt to call global ‘jsonFile’ (a nil value)”
I know that there are working JSON solutions out there, so what is wrong with that?
local path local source local t = {} [...] local Data = saveData:read("\*a") t = json.decode(Data) io.close(saveData)
After I say print(t.abc) whatever I always says that t is nil.
I just wonder what’s wrong with that?
Can anybody help?

Thanks.