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.
- Host: GitHub
- URL: https://github.com/codebeltnet/newtonsoft-json
- Owner: codebeltnet
- License: mit
- Created: 2024-09-21T23:03:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-15T02:13:44.000Z (4 months ago)
- Last Synced: 2026-02-15T09:33:57.495Z (4 months ago)
- Language: C#
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

## Extensions for Newtonsoft.Json API by Codebelt
[](https://github.com/codebeltnet/newtonsoft-json/actions/workflows/ci-pipeline.yml) [](https://codecov.io/gh/codebeltnet/newtonsoft-json) [](https://sonarcloud.io/dashboard?id=newtonsoft-json) [](https://sonarcloud.io/dashboard?id=newtonsoft-json) [](https://sonarcloud.io/dashboard?id=newtonsoft-json) [](https://sonarcloud.io/dashboard?id=newtonsoft-json) [](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/) |  |  |  |
| [Codebelt.Extensions.AspNetCore.Newtonsoft.Json](https://www.nuget.org/packages/Codebelt.Extensions.AspNetCore.Newtonsoft.Json/) |  |  |  |
| [Codebelt.Extensions.Newtonsoft.Json](https://www.nuget.org/packages/Codebelt.Extensions.Newtonsoft.Json/) |  |  |  |
### đ 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/) |  |  |  |
### 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.