Load Json
Signature
table loadJson(string path)Description
Arguments
Path
Example
Load Config
local data = config.loadJson(config.path .. "/mymod-config.json")Input
{
"model": 6488064,
"name": "Vaan"
}Notes
Last updated