Module:Json/doc

From Foundry Wiki

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.