From 7544b7cab36557c4662e217a09551080270d6996 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 14 Jan 2025 10:39:37 +0100 Subject: [PATCH] Fix docs --- docs/other/json.md | 1 + 1 file changed, 1 insertion(+) 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 = ???