mical-cli-config 0.0.2

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

## Input

```mical
first {
  a 1
}
second {
  b 2
}

```

## JSON

```json
{
  "firsta": 1,
  "secondb": 2
}
```

vim:ft=markdown