You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:32:35 UTC

[GitHub] [apisix] adugeek edited a comment on issue #4399: stand-alone support read from apisix.json

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:
users@infra.apache.org