This commit is contained in:
2026-05-03 23:35:42 +05:00
commit 7778a94cf5
14 changed files with 410 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
using System.Text.Json.Serialization;
namespace Htmx.ApiDemo;
[JsonSerializable(typeof(string))]
internal partial class AppJsonSerializerContext : JsonSerializerContext
{
}