We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
IConfigurationRoot root = new ConfigurationBuilder().AddApollo(apolloOptions) .AddNamespace("jsonfile", Com.Ctrip.Framework.Apollo.Enums.ConfigFileFormat.Json) .Build(); //这种方式无法获取全部的json数据。why? string content = root["content"];
Sorry, something went wrong.
我看到 有通过 ApolloConfigurationManager 获取数据,但是已经被废弃了
json不能获取原始内容,会转换成key/value,参考appsetting.json。 如果想获取json原始数据,就使用普通的properties
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: