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.
Revision as of 14:58, 2 March 2025 by 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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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