monkeyDluffy6017 commented on issue #8111:
URL: https://github.com/apache/apisix/issues/8111#issuecomment-1285079568
APISIX dashboard is written in golang, it will handle the data in etcd
directly, and no need to interact with apisix, so it doesn't have the same
problem.
--
This is a
monkeyDluffy6017 commented on issue #8111:
URL: https://github.com/apache/apisix/issues/8111#issuecomment-1285079392
APISIX dashboard is written in golang, it will handle the data in etcd
directly, and no need to interact with apisix, so it doesn't have the same
problem.
--
This is a
monkeyDluffy6017 commented on issue #8111:
URL: https://github.com/apache/apisix/issues/8111#issuecomment-1285073315
Have you learn about this command:
https://github.com/openresty/lua-cjson#decode_array_with_array_mt ?
It shows the example already.
```
local cjson = require "cjson"