Json
parse(json)
parse(json)-- Example code showing how to use the function
local response = http.get("http://ip-api.com/json/24.48.0.1", 5000)
local js = json.parse(response)
player.addMessage(js.country)stringify(table)
stringify(table)Last updated