New part in Zframework

This commit is contained in:
Trebor-Huang
2021-11-01 10:14:09 +08:00
parent 3ae128d4c3
commit c009893377
3 changed files with 20 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ TABLE= require'Zframework.tableExtend'
STRING= require'Zframework.stringExtend'
PROFILE= require'Zframework.profile'
JSON= require'Zframework.json'
TESTING= require'Zframework.testing'
do--Add pcall & MES for JSON lib
local encode,decode=JSON.encode,JSON.decode
JSON.encode=function(val)