Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tooling] Add JSON encode/decode module to lua
Include using: `local json = require("json");` - function json.encode(obj) encodes Lua value to JSON, returns JSON as string. - function json.decode(s, pos) decodes JSON, returns the decoded result as Lua value
- Loading branch information