diff --git a/doc/tutorials/03_json.md b/doc/tutorials/03_json.md index c4560ee6cc..5c94ba17b9 100644 --- a/doc/tutorials/03_json.md +++ b/doc/tutorials/03_json.md @@ -1,5 +1,9 @@ # 3. Using JSON bodies +```{note} +The tutorial is also available [as a video](https://www.youtube.com/watch?v=NG8XWS7ijHU). +``` + The endpoints we defined in the previous tutorials all used `String` bodies. Quite naturally, tapir supports much more than that - using appropriate **codecs**, it's possible to serialize and deserialize to arbitrary types. The most popular format on the web is JSON; hence, let's see how to expose a JSON-based endpoint using tapir.