mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# nested-prefix-block

## Input

```mical
a. {
  b. {
    c value
  }
}

```

## JSON

```json
{
  "a.b.c": "value"
}
```

vim:ft=markdown