Module:Jf-JSON/doc

From MOASSpedia
< Module:Jf-JSON
Revision as of 08:26, 7 July 2020 by Wikipedia>WOSlinker (change source to syntaxhighlight)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:Jf-JSON

This is Jeffrey Friedl's JSON.lua library, copied from http://regex.info/blog/lua/json (source code). It is licensed under CC-BY 3.0.

The suggested loading code of JSON = assert(loadfile "JSON.lua")() will not work in Scribunto. Instead, load the module as follows:

local JSON = require('Module:jf-JSON')

You can then use the module as documented in the module comments.