Module:GetJSON: Difference between revisions

From AlternateWiki
no edit summary
No edit summary
No edit summary
Line 17:
local value = root
for _, key in ipairs(keys) do
if tonumber(key) then
key = tonumber(key)
end
if value[key] == nil then
return nil
Cookies help us deliver our services. By using our services, you agree to our use of cookies.