Difference between revisions of "Json"
From GiderosMobile
Line 3: | Line 3: | ||
'''Available since:''' Gideros 2013.09<br/> | '''Available since:''' Gideros 2013.09<br/> | ||
=== Description === | === Description === | ||
− | Provides Lua table serialization and deserialization to and from string in json format | + | Provides Lua table serialization and deserialization to and from string in json format{|- |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Methods === | === Methods === |
Revision as of 09:12, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2013.09
Description
Provides Lua table serialization and deserialization to and from string in json format{|- | style="width: 50%;"|
Methods
json.decode - Returns Lua table from provided json encoded string
json.encode - Returns encoded json string from provided Lua table
| style="width: 50%;"|
Events
Constants
|}