KamiSama.Extensions.Json
10.0.1
dotnet add package KamiSama.Extensions.Json --version 10.0.1
NuGet\Install-Package KamiSama.Extensions.Json -Version 10.0.1
<PackageReference Include="KamiSama.Extensions.Json" Version="10.0.1" />
<PackageVersion Include="KamiSama.Extensions.Json" Version="10.0.1" />
<PackageReference Include="KamiSama.Extensions.Json" />
paket add KamiSama.Extensions.Json --version 10.0.1
#r "nuget: KamiSama.Extensions.Json, 10.0.1"
#:package KamiSama.Extensions.Json@10.0.1
#addin nuget:?package=KamiSama.Extensions.Json&version=10.0.1
#tool nuget:?package=KamiSama.Extensions.Json&version=10.0.1
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.1)
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 |
|
|
Radin.MicroService.Chassis1
Package Description |
|
|
Radin.MicroService.Chassis
Package Description |
|
|
Polareum.ZarinPal
Package Description |
|
|
Polareum.Commons.RestSharp
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1 | 269 | 11/26/2025 |
| 10.0.0 | 239 | 11/22/2025 |
| 3.1.6 | 228 | 11/7/2025 |
| 3.1.5 | 214 | 11/6/2025 |
| 3.1.4 | 229 | 10/1/2025 |
| 3.1.3 | 246 | 7/7/2025 |
| 3.1.2 | 219 | 7/7/2025 |
| 3.1.1 | 227 | 7/6/2025 |
| 3.1.0 | 215 | 7/6/2025 |
| 3.0.11 | 248 | 6/3/2025 |
| 3.0.11-preview | 191 | 5/26/2025 |
| 3.0.10 | 273 | 5/16/2025 |
| 3.0.9 | 320 | 5/16/2025 |
| 3.0.8 | 196 | 5/9/2025 |
| 3.0.7.1 | 205 | 4/26/2025 |
| 3.0.7 | 189 | 4/25/2025 |
| 3.0.6 | 297 | 3/19/2025 |
| 3.0.5 | 322 | 3/5/2025 |
| 3.0.4 | 239 | 12/14/2024 |
| 3.0.3 | 217 | 12/8/2024 |
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.