Module:GetJSON: Difference between revisions

From AlternateWiki
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 52:
if type(value) == "table" then
if frame.args[4] == "keys" then
-- Return the keys of the table if requested
local str = ""
for k, _ in pairs(value) do
Cookies help us deliver our services. By using our services, you agree to our use of cookies.