Jump to content

Module:User:Erutuon/JSON parameters

From Wiktionary, the free dictionary

{"param":"value","1":"parameter 1"}


local export = {}

function export.main(frame)
	return mw.text.nowiki(mw.text.jsonEncode(frame.args))
end

return export