Module:Json/doc

From Foundry Wiki
< Module:Json
Revision as of 00:00, 26 June 2022 by Naginreed (talk | contribs) (Created page with "{{Doc/start}} A lightweight JSON library for Lua Copyright (c) 2019 rxi [https://github.com/rxi/json.lua] ;Usage in modules <syntaxhighlight lang="lua"> local json = require('Module:Json') local luaTable = json.decode('{"foo":"bar", "tar":42}') </syntaxhighlight> {{Doc/end}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Json

Template-info.png Documentation

A lightweight JSON library for Lua

Copyright (c) 2019 rxi [1]

Usage in modules
local json = require('Module:Json')
local luaTable = json.decode('{"foo":"bar", "tar":42}')

This is the documentation page, it should be transcluded into the main module page. See Template:Doc for more information.