RJFoster

Results 1 issues of RJFoster

Is it possible to include parent items when mapping arrays For example, if I have: ``` { "a": "AA", "b": "BB", "array": [ { "x": "one" }, { "x": "two"...