Content deleted Content added
create |
Added the page to Category:Module documentation pages |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1:
{{used in system|in [[MediaWiki:Gadget-libSensitiveIPs.js]]}}
This is Jeffrey Friedl's JSON.lua library, copied from http://regex.info/blog/lua/json ([http://regex.info/code/JSON.lua source code]). It is licensed under [http://creativecommons.org/licenses/by/3.0/deed.en_US CC-BY 3.0].▼
▲This is Jeffrey Friedl's JSON.lua library, copied from http://regex.info/blog/lua/json ([http://regex.info/code/JSON.lua source code]). It is licensed under [
The suggested loading code of <code>JSON = assert(loadfile "JSON.lua")()</code> will not work in Scribunto. Instead, load the module as follows:
<
local JSON = require('Module:jf-JSON')
</syntaxhighlight>
You can then use the module as documented in the module comments.
Line 12 ⟶ 14:
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly><noinclude>
[[Category:Module documentation pages]]
</noinclude>
|