diff --git a/docs/other/json.md b/docs/other/json.md index f223d435f..96502e6ab 100644 --- a/docs/other/json.md +++ b/docs/other/json.md @@ -17,6 +17,7 @@ The type signatures vary depending on the underlying library (required implicits ```scala mdoc:compile-only import sttp.client4.* +import sttp.client4.ResponseException.DeserializationException // request bodies def asJson[B](b: B): StringBody = ???