Content deleted Content added
More direct user of module |
Added the page to Category:Module documentation pages |
||
(One intermediate revision by one other user not shown) | |||
Line 5:
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 14:
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly><noinclude>
[[Category:Module documentation pages]]
</noinclude>
|