KamiSama.Extensions.Json
10.0.9
See the version list below for details.
dotnet add package KamiSama.Extensions.Json --version 10.0.9
NuGet\Install-Package KamiSama.Extensions.Json -Version 10.0.9
<PackageReference Include="KamiSama.Extensions.Json" Version="10.0.9" />
<PackageVersion Include="KamiSama.Extensions.Json" Version="10.0.9" />
<PackageReference Include="KamiSama.Extensions.Json" />
paket add KamiSama.Extensions.Json --version 10.0.9
#r "nuget: KamiSama.Extensions.Json, 10.0.9"
#:package KamiSama.Extensions.Json@10.0.9
#addin nuget:?package=KamiSama.Extensions.Json&version=10.0.9
#tool nuget:?package=KamiSama.Extensions.Json&version=10.0.9
KamiSama Extension Libraries
Introduction
KamiSama.Extension libraries are set of suger codes and helper methods for most common usages. Here is the list of libraries:
- KamiSama.Extensions.Core some core extension methods for arrays, strings, enumerables, datetime, ...
- KamiSama.Extensions.DependencyInjection addtional functionality to Microsoft.Extensions.DependencyInjection, such as named injection
- KamiSama.Extensions.Json useful converters and extensions such ExpandoObjectConverter, HexByteArrayConverter, HierarchicalJsonConverter,...
- KamiSama.Extensions.Xml additional attributes for Xml Serialization such as AutoXmlAttributes to automatically add inherited classes to parent
- KamiSama.Extensions.Repositories libraries repository patten default implementation for EntityFramework and EntityFrameworkCore.
- KamiSama.Extensions.NLog NLog extensions for encryption archieving and persian fast log renderer
- KamiSama.IranSystem Iran System Encoding used in many old Persian applications.
- KamiSama.Chassis Chassis for less code in AspNetCore web applications. eg. exception handling
- KamiSama.Testing.NSubstitute helper class to write more cleaner and comprehensible tests using dependency injection.
- KamiSama.Templates Template project for most common scenarios like Core (Domain) project, BoundedContext projects, Repository projects...
- KamiSama.Extensions.WebModules Web Modules are the a way to simplify the process of building web applications and web apis.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- KamiSama.Extensions.Core (>= 10.0.9)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on KamiSama.Extensions.Json:
| Package | Downloads |
|---|---|
|
KamiSama.Repositories.Json
Lazy-loading JSON file repository with synchronous and asynchronous query and mutation APIs. |
|
|
Polareum.Commons.RestSharp
Package Description |
|
|
KamiSama.Extensions.RestSharp
Fluent RestSharp request construction and dependency injection registration for HTTP integrations. Build GET, POST, PUT, and DELETE requests with parameters, headers, URL segments, files, or JSON bodies, then deserialize successful responses. |
|
|
Radin.MicroService.Chassis1
Package Description |
|
|
Radin.MicroService.Chassis
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.11.9 | 150 | 8/24/2026 |
| 10.0.11.8 | 155 | 8/21/2026 |
| 10.0.11.7 | 147 | 8/21/2026 |
| 10.0.11.6 | 155 | 8/19/2026 |
| 10.0.11.5 | 137 | 8/18/2026 |
| 10.0.11.4 | 146 | 8/18/2026 |
| 10.0.11.3 | 146 | 8/18/2026 |
| 10.0.11.2 | 137 | 8/18/2026 |
| 10.0.11.1 | 158 | 8/15/2026 |
| 10.0.11 | 141 | 8/11/2026 |
| 10.0.10.2 | 145 | 8/4/2026 |
| 10.0.10.1 | 123 | 7/31/2026 |
| 10.0.10 | 203 | 7/30/2026 |
| 10.0.9 | 174 | 6/20/2026 |
| 10.0.7 | 510 | 5/1/2026 |
| 10.0.6 | 305 | 4/16/2026 |
| 10.0.1 | 396 | 11/26/2025 |
| 10.0.0 | 307 | 11/22/2025 |
| 3.1.6 | 280 | 11/7/2025 |
| 3.1.5 | 261 | 11/6/2025 |
v2.8.0
- BigIntegerJsonConverter is added.
v2.1.3
- HexByteArrayConverter is added.
v2.1.0
- HirerarchialJsonConverter is added.
v2.0.0
- Refactored from old KamiSama.Extenders.Serialization library and now using System.Text.Json instead of Newtonsoft.