Add support for expand array handling strategy
Open
enhancement
- Dominant language
- Python
- Stars
- 28
- Forks
- 13
- Avg merge
- 8h 58m
- Merged PRs (30d)
- 31
Description
For garf-io there are two ways of handling arrays, either leave them as is, or to convert them to a string.
In some cases it's needed that each element of an array has its own row, while all other elements are duplicated. It allows to avoid unnecessary post-processing.
Contributor guide
Assessment
This issue has not been assessed yet.