adlmtl
Results
2
issues of
adlmtl
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
question
Suppose I have a target: ` { 'a': 1, 'b': 2, 'c': [{ 'd': 3, 'e': 4 }] }` how would I write a spec to produce the output: `{...