Some extension methods for adding effectively properties dynamically to a JsonElement, it actually recreates a new JsonElement from the original plus the new property.
Info
Version: | 1.8.0 |
Author(s): | Andrew Poole |
Last Update: | Tuesday, October 22, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/AJP.JsonElementExtensions |
Install
Install-Package AJP.JsonElementExtensions
dotnet add package AJP.JsonElementExtensions
paket add AJP.JsonElementExtensions
AJP.JsonElementExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Text.Json(>= 4.7.1)
Tags