Module:JSON/doc
< Module:JSON
Jump to navigation
Jump to search
Revision as of 20:44, 20 January 2022 by Kg7qin (talk | contribs) (Created page with "Simple JSON encoding and decoding in pure Lua. Clone of d:Module:JSON. JSON support is now available from core, through :mw:Extension:Scribunto/Lua reference manual#mw....")
This is the documentation page for Module:JSON
Simple JSON encoding and decoding in pure Lua. Clone of d:Module:JSON.
JSON support is now available from core, through mw.text.jsonDecode() and mw.text.jsonEncode().