The object, below, while debugging is being displayed as {}
instead of {"types" : ["Ice Cream"] }
as one would expect. Why is this happening.
PactDslJsonObject resquest = new PactDslJsonObject()
.array("type").stringMatcher("\w+","Ice Cream");