Toggle menu
15
236
81
27.9K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Prd (talk | contribs)
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>"
 
Prd (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
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]].


Line 8: Line 10:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
[[Category:Module documentation pages]]
[[Category:Module documents]]
</noinclude>
</noinclude>

Latest revision as of 01:00, 14 March 2025

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