Difference between revisions of "Json.encode"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
json.encode(data) | json.encode(data) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 14:31, 13 July 2023
Available since: Gideros 2013.09
Class: json
Description
Returns encoded json string from provided Lua table.
json.encode(data)
Parameters
data: (table) Lua table which to serialize to json