For some reason my program is just hanging when I try to json.encode the response in a callback function from a network.request?!?
Bizarrely it works if I just encode the event.responseHeaders?!?
Does anybody know if this is a known limitation?
[lua]
local data = json.encode(event)
print("ItemManager: getItemData() event - "…data)
[/lua]