Module:JSON/doc: Difference between revisions
From Kenshi Wiki
More actions
Created page with "{{doc sub}} Simple JSON encoding and decoding in pure Lua. Clone of d:Module:JSON. JSON support is now available from core, through <code>mw.text.jsonDecode()</code> and <code>mw.text.jsonEncode()</code>. <includeonly> Category:Modules </includeonly> <noinclude> Category:Module documentation pages </noinclude>" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{doc sub}} | {{doc sub}} | ||
From [https://commons.wikimedia.org/w/index.php?title=Module:JSON here] (on Commons). | |||
Simple JSON encoding and decoding in pure Lua. Clone of [[d:Module:JSON]]. | Simple JSON encoding and decoding in pure Lua. Clone of [[d:Module:JSON]]. | ||
Revision as of 01:00, 14 March 2025
| This is a documentation subpage for Module:JSON. It may contain usage information, categories and other content that is not part of the original module page. |
From here (on Commons).
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().