- Yapcon version: 0.3.3
- Python version:
- Operating System:
Is it possible to have something like this:
headers:
- header1: value1
- header2: value2
The issue is that 'header1' and 'header2' aren't known ahead of time, so a list of dicts doesn't seem to work (since the dict doesn't really have any child items).
Is it possible to have something like this:
The issue is that 'header1' and 'header2' aren't known ahead of time, so a list of dicts doesn't seem to work (since the dict doesn't really have any child items).