[GitHub] [apisix] monkeyDluffy6017 commented on issue #8111: When creating consumer or route using apisix admin-api, array property in plugin is changed to object property

2022-10-20 Thread GitBox
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

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8111: When creating consumer or route using apisix admin-api, array property in plugin is changed to object property

2022-10-20 Thread GitBox
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

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8111: When creating consumer or route using apisix admin-api, array property in plugin is changed to object property

2022-10-20 Thread GitBox
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"