<#394 Support Alternative JSON Serialisers, Like S...
# pact-net
g
#394 Support Alternative JSON Serialisers, Like System.Text.Json Issue created by tl-facundo-aita When using
.WithJsonBody
, would be nice to be able to pass in a
System.Text.Json.JsonSerializerOptions
body. Another solution would be not to serialize the when the body is already a string (maybe related to this issue #391 ) This following line is the one I want to avoid: pact-net/src/PactNet/RequestBuilder.cs Line 376 in </pact-foundation/pact-net/commit/701cb50e6a1e307ee6965079e4880d910572d7bb|701cb50> pact-foundation/pact-net