Add axum_extra::json! (#2962)

This commit is contained in:
Sabrina Jewson
2024-11-14 21:25:54 +01:00
committed by Jonas Platte
parent 5b6d1caaa7
commit b71d4fa557
5 changed files with 91 additions and 2 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
# Unreleased
- **added:** Add `json!` for easy construction of JSON responses ([#2962])
[#2962]: https://github.com/tokio-rs/axum/pull/2962
# 0.9.4
- **added:** The `response::Attachment` type ([#2789])