Soenneker.Json.OptionsCollection 4.0.1280

Prefix Reserved
dotnet add package Soenneker.Json.OptionsCollection --version 4.0.1280
                    
NuGet\Install-Package Soenneker.Json.OptionsCollection -Version 4.0.1280
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Json.OptionsCollection" Version="4.0.1280" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Json.OptionsCollection" Version="4.0.1280" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Json.OptionsCollection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Json.OptionsCollection --version 4.0.1280
                    
#r "nuget: Soenneker.Json.OptionsCollection, 4.0.1280"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Json.OptionsCollection@4.0.1280
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Json.OptionsCollection&version=4.0.1280
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Json.OptionsCollection&version=4.0.1280
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Json.OptionsCollection

Represents the json options collection.

Install

dotnet add package Soenneker.Json.OptionsCollection

Quick start

using Soenneker.Json.OptionsCollection;

var result = JsonOptionsCollection.GetOptionsFromType(/* supply optionType */ default!);

Gets options from type.

What you get

  • JsonOptionsCollection — Represents the json options collection.

API at a glance

API What it does Result / important behavior
JsonOptionsCollection.GeneralOptions Gets or sets general options. Gets or sets general options.
JsonOptionsCollection.WebOptions Gets or sets web options. Gets or sets web options.
JsonOptionsCollection.Newtonsoft Gets or sets newtonsoft. Gets or sets newtonsoft.
JsonOptionsCollection.PrettyOptions Gets or sets pretty options. Gets or sets pretty options.
JsonOptionsCollection.PrettySafeOptions Gets or sets pretty safe options. Gets or sets pretty safe options.
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Soenneker.Json.OptionsCollection:

Package Downloads
Soenneker.Utils.Json

A utility library handling (de)serialization and other useful JSON functionalities

Soenneker.Cosmos.Serializer

A fast, lightweight JSON (de)serializer for Azure Cosmos DB

Soenneker.Extensions.JsonElements

A collection of helpful JsonElement extension methods

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.1280 0 8/30/2026
4.0.1279 0 8/30/2026
4.0.1278 8 8/29/2026
4.0.1277 25 8/29/2026
4.0.1276 17,564 8/21/2026
4.0.1275 13,578 8/18/2026
4.0.1274 139 8/18/2026
4.0.1273 40,458 8/7/2026
4.0.1272 18,015 7/28/2026
4.0.1271 3,749 7/28/2026
4.0.1270 3,641 7/27/2026
4.0.1269 29,098 7/18/2026
4.0.1267 52,253 7/3/2026
4.0.1266 18,658 6/19/2026
4.0.1265 8,524 6/19/2026
4.0.1264 982 6/18/2026
4.0.1263 59,033 6/6/2026
4.0.1262 126 6/5/2026
4.0.1261 126 6/5/2026
4.0.1260 124 6/5/2026
Loading failed

Update dependency Soenneker.Enums.JsonOptions to 4.0.736 (#1936)