Module:JSON/doc

From "PTTLink Wiki"
< Module:JSON
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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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().