fLua is an incremental modification and merging library for Lua, supporting both pure Lua and CPP. Use pure Lua to refer to the example in pure_lua_test.lua, run as: lua pure_lua_test.lua The original table is: local src = { a = 1, b = “2”, c = 3.3, d = true, sub = { a = 11, b = “22”, c = 33.3, d = true, }, array = { 1, 2, 3, 4 }, obj_array = { { id = 1, a = 1, b = 2 }, { id = 2, …

#Lua #incremental #modification #merging #library #fLua

Leave a Comment

Your email address will not be published. Required fields are marked *