KamiSama.Extensions.Json
10.0.7
dotnet add package KamiSama.Extensions.Json --version 10.0.7
NuGet\Install-Package KamiSama.Extensions.Json -Version 10.0.7
<PackageReference Include="KamiSama.Extensions.Json" Version="10.0.7" />
<PackageVersion Include="KamiSama.Extensions.Json" Version="10.0.7" />
<PackageReference Include="KamiSama.Extensions.Json" />
paket add KamiSama.Extensions.Json --version 10.0.7
#r "nuget: KamiSama.Extensions.Json, 10.0.7"
#:package KamiSama.Extensions.Json@10.0.7
#addin nuget:?package=KamiSama.Extensions.Json&version=10.0.7
#tool nuget:?package=KamiSama.Extensions.Json&version=10.0.7
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.7)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on KamiSama.Extensions.Json:
| Package | Downloads |
|---|---|
|
KamiSama.Repositories.Json
Json Repository uses System.Text.Json |
|
|
Polareum.Commons.RestSharp
Package Description |
|
|
Radin.MicroService.Chassis1
Package Description |
|
|
Radin.MicroService.Chassis
Package Description |
|
|
Polareum.ZarinPal
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.7 | 214 | 5/1/2026 |
| 10.0.6 | 222 | 4/16/2026 |
| 10.0.1 | 362 | 11/26/2025 |
| 10.0.0 | 271 | 11/22/2025 |
| 3.1.6 | 261 | 11/7/2025 |
| 3.1.5 | 243 | 11/6/2025 |
| 3.1.4 | 256 | 10/1/2025 |
| 3.1.3 | 274 | 7/7/2025 |
| 3.1.2 | 245 | 7/7/2025 |
| 3.1.1 | 258 | 7/6/2025 |
| 3.1.0 | 243 | 7/6/2025 |
| 3.0.11 | 271 | 6/3/2025 |
| 3.0.11-preview | 207 | 5/26/2025 |
| 3.0.10 | 299 | 5/16/2025 |
| 3.0.9 | 345 | 5/16/2025 |
| 3.0.8 | 224 | 5/9/2025 |
| 3.0.7.1 | 229 | 4/26/2025 |
| 3.0.7 | 213 | 4/25/2025 |
| 3.0.6 | 322 | 3/19/2025 |
| 3.0.5 | 347 | 3/5/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.