Hello, you have come here looking for the meaning of the word
Module:languages/JSON. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:languages/JSON, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:languages/JSON in singular and plural. Everything you need to know about the word
Module:languages/JSON you have here. The definition of the word
Module:languages/JSON will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:languages/JSON, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
local export = {}
function export.getByCode(frame)
local args = frame.args
local langcode = args or error("Language code has not been specified. Please pass parameter 1 to the module invocation.")
local lang = require("Module:languages").getByCode(langcode) or error("Language code not found")
return lang:toJSON()
end
return export