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
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

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