Roblox Jsonencode

[Solved] Roblox Jsonencode | Lua - Code Explorer | yomemimo.com
Question : roblox jsonencode

Answered by : val-85kz1vl6a8bo

local table = {	name = "John",	cars = {	[1] = "Ford"	}
}
print(game:GetService("HttpService"):JSONEncode(table)) -- change to JSONDecode to convert json to lua

Source : | Last Update : Tue, 26 Apr 22

Answers related to roblox jsonencode

Code Explorer Popular Question For Lua