Changes

Jump to navigation Jump to search
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...."
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.text.jsonDecode|<code>mw.text.jsonDecode()</code>]] and [[:mw:Extension:Scribunto/Lua reference manual#mw.text.jsonEncode|<code>mw.text.jsonEncode()</code>]].

Navigation menu