Module:Json/doc: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    26 June 2022

    • curprev 00:0000:00, 26 June 2022Naginreed talk contribs 279 bytes +279 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}}"