Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
Module%3AJSON - Dictious

10 Results found for " Module:JSON"

Module:Json

-- containing a <span class="searchmatch">JSON</span> representation of it. It&#039;s not intended to be very robust, -- but may be useful for prototyping. function p.<span class="searchmatch">json</span>ValueFromValue(val...


Module:JSON

local function <span class="searchmatch">json</span>_fromBoolean(b) return b and &quot;true&quot; or &quot;false&quot; end -- Given a finite real number x, returns a string containing its <span class="searchmatch">JSON</span> -- representation...


Module:Json/documentation

converting Lua values into <span class="searchmatch">JSON</span> values (in UTF-8-encoded Lua strings). Unfortunately, Lua&#039;s data model differs somewhat from <span class="searchmatch">JSON&#039;s</span>, so it&#039;s not possible to...


Module:JSON/documentation

objects into <span class="searchmatch">JSON</span> strings that are compliant with the <span class="searchmatch">JSON</span> standard (RFC 7159). It is not possible to perfectly convert Lua objects to <span class="searchmatch">JSON</span> in all cases...


Module:User:Theknightwho/json

{} function export.<span class="searchmatch">json</span>(frame) local raw = frame.args[1] -- local <span class="searchmatch">json</span> = mw.text.<span class="searchmatch">json</span>Decode(raw) -- return mw.dumpObject(<span class="searchmatch">json</span>) return mw.dumpObject(raw)...


Module:JSON data/documentation

if you need both the languages table and another table). Generating the <span class="searchmatch">JSON</span> data takes a few seconds and puts a relatively high strain on the servers...


Module:languages/JSON/documentation

Converts language data to <span class="searchmatch">JSON</span>. The data can be fetched using an expand templates API call, e.g. [1]...


Module:languages/JSON

invocation.&quot;) local lang = require(&quot;Module:languages&quot;).getByCode(langcode) or error(&quot;Language code not found&quot;) return lang:to<span class="searchmatch">JSON</span>() end return export...


Module:languages/javascript-interface

byName = require(&quot;Module:languages/by name&quot;) return require(&quot;Module:<span class="searchmatch">JSON</span>&quot;).to<span class="searchmatch">JSON</span>(byName) end function export.AllCanonicalToCode() local byCanonicalName...


Module:User:Erutuon/JSON parameters

local export = {} function export.main(frame) return mw.text.nowiki(mw.text.<span class="searchmatch">json</span>Encode(frame.args)) end return export...