Any example handling null values in build and gene...
# pact-jvm
s
Any example handling null values in build and generate pact file? I mean attribute value always null
j
can you use
nullValue
? e.g
Copy code
LambdaDsl.newJsonBody(body -> {
    body.nullValue("fieldName");
}