An open API service indexing awesome lists of open source software.

https://github.com/codebeltnet/newtonsoft-json

Ported from Cuemon.Extensions.Newtonsoft.Json, this library provides a modern and uniform way of working with JSON.
https://github.com/codebeltnet/newtonsoft-json

Last synced: 4 months ago
JSON representation

Ported from Cuemon.Extensions.Newtonsoft.Json, this library provides a modern and uniform way of working with JSON.

Awesome Lists containing this project

README

          

![Extensions for Newtonsoft.Json API by Codebelt](.nuget/icon.png)

## Extensions for Newtonsoft.Json API by Codebelt

[![YamlDotNet Ext. CI/CD Pipeline](https://github.com/codebeltnet/newtonsoft-json/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/codebeltnet/newtonsoft-json/actions/workflows/ci-pipeline.yml) [![codecov](https://codecov.io/gh/codebeltnet/newtonsoft-json/graph/badge.svg?token=BN2UhFM3bb)](https://codecov.io/gh/codebeltnet/newtonsoft-json) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=newtonsoft-json&metric=alert_status)](https://sonarcloud.io/dashboard?id=newtonsoft-json) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=newtonsoft-json&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=newtonsoft-json) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=newtonsoft-json&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=newtonsoft-json) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=newtonsoft-json&metric=security_rating)](https://sonarcloud.io/dashboard?id=newtonsoft-json) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/newtonsoft-json/badge)](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/newtonsoft-json)

### â„šī¸ About

An open-source project (MIT license) that targets and complements the [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) serializer engine. It aims to provide a uniform and convenient developer experience when working with JSON.

Your versatile Newtonsoft.Json companion for:
- Modern development with `.NET 9` and `.NET 10`,
- Cross-platform libraries with `.NET Standard 2` (where applicable),
- Legacy applications on `.NET Framework 4.6.2` and newer.

It is, by heart, free, flexible and built to extend and boost your agile codebelt.

> [!NOTE]
> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions.

### 📚 Documentation

Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://newtonsoft.codebelt.net/

### đŸ“Ļ Standalone Packages

Provides a focused API for JSON related operations.

|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json](https://www.nuget.org/packages/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json?color=blueviolet&logo=nuget) |
| [Codebelt.Extensions.AspNetCore.Newtonsoft.Json](https://www.nuget.org/packages/Codebelt.Extensions.AspNetCore.Newtonsoft.Json/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.AspNetCore.Newtonsoft.Json?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.AspNetCore.Newtonsoft.Json?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.AspNetCore.Newtonsoft.Json?color=blueviolet&logo=nuget) |
| [Codebelt.Extensions.Newtonsoft.Json](https://www.nuget.org/packages/Codebelt.Extensions.Newtonsoft.Json/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.Newtonsoft.Json?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.Newtonsoft.Json?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.Newtonsoft.Json?color=blueviolet&logo=nuget) |

### 🏭 Productivity Packages

Provides a convenient set of default API additions for JSON related operations.

|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.Newtonsoft.Json.App](https://www.nuget.org/packages/Codebelt.Extensions.Newtonsoft.Json.App/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.Newtonsoft.Json.App?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.Newtonsoft.Json.App?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.Newtonsoft.Json.App?color=blueviolet&logo=nuget) |

### Contributing to `Extensions for Newtonsoft.Json API by Codebelt`
[Contributions](.github/CONTRIBUTING.md) are welcome and encouraged.

Feel free to submit issues, feature requests, or pull requests to help improve this library.

### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.