Skip to content

Commit

Permalink
[Tooling] Add JSON encode/decode module to lua
Browse files Browse the repository at this point in the history
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
fryguy503 committed Aug 15, 2024
1 parent d3e60e7 commit ee73ee8
Showing 1 changed file with 741 additions and 0 deletions.
Loading

0 comments on commit ee73ee8

Please sign in to comment.