Cells config set ... '{"some":"json"}' is not deserialized

Set a configuration to some JSON:

cells config set pydio.grpc.auth dex '{"issuer":"","web":{"http":""}}'

Check

cells config versions --cat 100 | jq '.services["pydio.grpc.auth"]'

Expected

{
  "dsn": "default",
  "dex": {
    "issuer": "",
    "web": {
      "http": ""
    }
  }
}

Actual

{
  "dsn": "default",
  "dex": "{\"issuer\":\"\",\"web\":\"\"}",
}

Hello @drzraf,

Thank you again for pointing things out,
The dex part should be gone with Cells 2.1.0, but I will open a ticket to see if it happens with another confiugration.

Regards