summaryrefslogtreecommitdiff
path: root/TODO
blob: 8b9af0c3e748477276a625f92d74301e122037d6 (plain)
1
2
3
4
5
6
7
- Option to configure encoding escapes.

- Make encode/decode routines thread safe (within the same lua_State)
  - json_buf?
  - Optionally create an object. Clone function.

- run_test_group "config" function calls should be protected by pcall?