adugeek edited a comment on issue #4399:
URL: https://github.com/apache/apisix/issues/4399#issuecomment-859363080


   > I think yaml is used more because it is positioned as a configuration 
file, especially in cloud-native scenarios.
   
   I agree this point.
   But, The problem is  no  suitable lib covery lua stuct to yaml.
   
   > is there a suitable lua-resty-* library for reading the json file?
   
   We don't need a library to read json files,
   What we need is a library that can convert between lua struct and json 
string. They are many.
   
   But we don't have a library that can convert between lua struct and yaml 
string.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to