VaultSharp.Extensions.Configuration icon indicating copy to clipboard operation
VaultSharp.Extensions.Configuration copied to clipboard

Json value for flat structure cannot be parsed

Open MrZoidberg opened this issue 4 years ago • 0 comments

Describe the bug

The library cannot parse the following value to the proper dictionary structure:

{
  "bootstrap.servers": "b-1.kafka.dev",
  "group.id": "payments.local"
}

MrZoidberg avatar Apr 14 '21 10:04 MrZoidberg