Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

parse JSON string resolved from kvr #79

Closed Eskibear closed 1 week ago

Eskibear commented 3 weeks ago

fix #78

Now if a JSON string is stored in Key Vault with content type "application/json", it will be loaded as parsed object instead of a raw string.