detomarco

Results 2 issues of detomarco

### Description When I try to deserialize this object ```json { "id": 1, "fruits": [{ "id": 2, "tree": 1, "calories": [{ "id": 3, "fruit": 2 }] }] } ``` I...

has-failing-test
property-discovery

**Is your feature request related to a problem? Please describe.** In my organization we use stack tags in order to run commands for stacks with the given tags. Example: ```shell...

enhancement