Tables
json
This class enables working with JSON
Methods
encode(table)decode(json_string)Returns a table
Examples:
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 | |
The source code for this library can be found at https://github.com/rxi/json.lua
This class enables working with JSON
encode(table)decode(json_string)
Returns a table1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 | |
The source code for this library can be found at https://github.com/rxi/json.lua