Open membphis opened 3 years ago
It seems that YAML is simpler and clearer. YAML +1
Eventually golang needs to return json to FE, so if we choose YAML, it seems that we also need a layer of data conversion, conver YAML to JSON.
Eventually golang needs to return json to FE, so if we choose YAML, it seems that we also need a layer of data conversion, convert YAML to JSON.
you are right. This file is used by manager-api and it will be automatically converted into JSON required by the front end.
Will this be implemented in 2.3?
I think the priority of this issue is not high, and it is recommended to remove it from the 2.3
milestone.
original comment: https://github.com/apache/apisix-dashboard/pull/651/files#r516345355
new way:
what do you think?
I think we can use YAML or formatted JSON style. The results need to be in order, which makes it easier to compare changes.