All Projects → smourier → ZeroDepJson

smourier / ZeroDepJson

Licence: MIT license
A .NET Json parser in one .cs file, with zero dependencies.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to ZeroDepJson

NLog.Targets.GraylogHttp
NLog target that pushes log messages to Graylog using the Http input.
Stars: ✭ 17 (-15%)
Mutual labels:  netstandard
coronavirus-dresden
Collects official SARS-CoV-2 infection statistics published by the city of Dresden.
Stars: ✭ 19 (-5%)
Mutual labels:  json-parser
JsonSwiftson
A JSON parser with concise API written in Swift.
Stars: ✭ 14 (-30%)
Mutual labels:  json-parser
DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (+185%)
Mutual labels:  netstandard
KuttSharp
🔪 .NET Package for kutt.it url shortener
Stars: ✭ 29 (+45%)
Mutual labels:  netstandard
REstate
Portable state-flows (state-machine based workflows)
Stars: ✭ 35 (+75%)
Mutual labels:  netstandard
representable
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
Stars: ✭ 689 (+3345%)
Mutual labels:  json-parser
Portable-WebDAV-Library
Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETS…
Stars: ✭ 45 (+125%)
Mutual labels:  netstandard
libstud-json
JSON pull-parser/push-serializer library for C++
Stars: ✭ 20 (+0%)
Mutual labels:  json-parser
format-to-json
An algorithm that can format a string to json-like template. 字符串JSON格式化的算法。
Stars: ✭ 30 (+50%)
Mutual labels:  json-parser
IGeekFan.AspNetCore.Knife4jUI
support .NET Core3.0+,.NET Standard2.0 Swagger UI knife4j ui,you can use NSwagger or Swashbuckle.AspNetCore in packages
Stars: ✭ 178 (+790%)
Mutual labels:  netstandard
InTouch
👥 InTouch - is a programming SDK build around vk.com API exposing most of the social platform features including messaging, news feed fetching, communities, and media management.
Stars: ✭ 33 (+65%)
Mutual labels:  netstandard
sledge-formats
C# parsers and formats for Half-Life 1 and related engines.
Stars: ✭ 35 (+75%)
Mutual labels:  netstandard
SapientGuardian.EntityFrameworkCore.MySql
MySQL database provider for Entity Framework Core
Stars: ✭ 54 (+170%)
Mutual labels:  netstandard
PowerJSON
Powerjson is json's improved data format.
Stars: ✭ 24 (+20%)
Mutual labels:  json-parser
TwoWayMirror
Adapt Swift’s Mirror functionality to make it bidirectional.
Stars: ✭ 38 (+90%)
Mutual labels:  json-parser
Vortice.Vulkan
Cross platform .NET bindings for Vulkan, VMA, SPIRV-Cross and shaderc
Stars: ✭ 172 (+760%)
Mutual labels:  netstandard
marshmallow-objects
Marshmallow Objects and Models
Stars: ✭ 37 (+85%)
Mutual labels:  json-parser
mikrotik-json-parser
JSON parser library for RouterOS
Stars: ✭ 41 (+105%)
Mutual labels:  json-parser
DjvuNet
DjvuNet is a cross platform fully managed .NET library for working with Djvu documents which can run on Linux, macOS and Windows. Library has been written in C# and targets .NET Core v3.0 and .NET Standard v2.1 or later. We intend to provide DjVu document processing capabilities on par with DjVuLibre reference library (or even better).
Stars: ✭ 54 (+170%)
Mutual labels:  netstandard

ZeroDepJson

A .NET JSON serializer/deserializer with zero dependencies.

There are already many JSON serializers available on the .NET platform. So why ZeroDepJson?

  • It's only one .cs file ZeroDepJson.cs so it's super easy to integrate in any .NET project, .NET Framework, .NET core, .NET 5/6+, client, server, etc.
  • It supports .NET framework 4.0 to .NET 6+ projects.
  • Since it's one source file, you can change some parts of the code easily if you want to really customize it.
  • As the name implies, it has ZERO dependency on anything except "some .NET with C#" platform.
  • It's quite feature-full, more than some JSON parsers available today, it's not "simple" nor "lightweight".

Just to make it clear, absolute performance is not a goal. Although its performance is, I hope, decent, if you're after the best performing JSON serializer / deserializer ever, then don't use this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].