Module:GetJSON: Difference between revisions

From AlternateWiki
No change in size ,  8 days ago
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 8:
-- Load JSON data from the first argument passed to the module
if frame.args[1] == "yes" then
m.root = mw.text.jsonDecode(frame.args[12])
else
m.root = mw.loadJsonData(frame.args[12])
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.