edo888

Results 2 comments of edo888

Can we use this inside tokio? Thanks!

You can possibly define the order you want in __order metatable and use the forked version: https://github.com/edo888/lua-cjson ``` local cjson = require "cjson.safe" cjson.decode_save_key_order(true) local json = {name="yhc",age=40,birthday="1985"} setmetatable(json, {...