Difference between revisions of "Json.decode"

From GiderosMobile
Line 6: Line 6:
 
  json.decode(jsondata)
 
  json.decode(jsondata)
 
</source>
 
</source>
'''jsondata''': (string) Data in json format which to deserialize to Lua table ''''''<br/>
+
=== Parameters ===
 +
'''jsondata''': (string) Data in json format which to deserialize to Lua table <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2013.09

Description

Returns Lua table from provided json encoded string

 json.decode(jsondata)

Parameters

jsondata: (string) Data in json format which to deserialize to Lua table