LitJson 0.17.0
A .Net library to handle conversions from and to JSON (JavaScript Object Notation) strings. Written in C#, and it’s intended to be small, fast and easy to use.
It's quick and lean, without external dependencies.
Install-Package LitJson -Version 0.17.0
dotnet add package LitJson --version 0.17.0
<PackageReference Include="LitJson" Version="0.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LitJson --version 0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LitJson, 0.17.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Collections.Specialized (>= 4.0.1)
- System.Reflection (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (25)
Showing the top 5 NuGet packages that depend on LitJson:
Package | Downloads |
---|---|
iCom
iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on.
// HttpContext Called in the ConfigureServices method
services.AddContextAccessor();
// Called in the Configure method
app.UseHttpContext();
// EfCore Called in the ConfigureServices method
// Application Assembly
var assembly = Assembly.GetExecutingAssembly();
// Register Database Models
services.AddDbContext(assembly);
// Auto Update Database
services.AddMigrate();
// Register All Services
services.AddService(assembly);
|
|
Fissoft.Pay
Package Description
|
|
Mark.Settings
应用程序配置模块
|
|
CodeComb.WxPay
微信支付.Net SDK
|
|
Cosmos.Serialization.LitJson
LitJson serializer extension for Cosmos base library
|
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on LitJson:
Repository | Stars |
---|---|
dotnet/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
|
|
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
|
|
aws/aws-lambda-dotnet
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
|
|
fdorg/flashdevelop
FlashDevelop is a free and open source code editor.
|
|
Dogwei/Swifter.Json
A powerful, easy-to-use and fastest json serializer and deserializer on .Net platforms.
|