DialogDimensions.JsonTools 3.3.1

dotnet add package DialogDimensions.JsonTools --version 3.3.1
                    
NuGet\Install-Package DialogDimensions.JsonTools -Version 3.3.1
                    
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="DialogDimensions.JsonTools" Version="3.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DialogDimensions.JsonTools" Version="3.3.1" />
                    
Directory.Packages.props
<PackageReference Include="DialogDimensions.JsonTools" />
                    
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 DialogDimensions.JsonTools --version 3.3.1
                    
#r "nuget: DialogDimensions.JsonTools, 3.3.1"
                    
#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.
#addin nuget:?package=DialogDimensions.JsonTools&version=3.3.1
                    
Install as a Cake Addin
#tool nuget:?package=DialogDimensions.JsonTools&version=3.3.1
                    
Install as a Cake Tool

JsonType ToJson method treats enum values as strings

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on DialogDimensions.JsonTools:

Package Downloads
DialogDimensions.OpenAI.Realtime.Models

This is a library of domain-related models for the OpenAI Realtime API serivce.

DialogDimensions.OpenAI.Assistants.Pairs

This is a service for employing assistant pairs for GPT-powered user interfaces.

DialogDimensions.OpenAI.Assistants

This is a service for communicating with OpenAI's assistants platform, based on Betalgo's OpenAiService.

DialogDimensions.OpenAI.Assistants.Models

This is a library of assistant related models for the assistant serivce.

DialogDimensions.OpenAI.Realtime

This is a service for communicating with OpenAI's realtime API

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.1 396 5/21/2025
3.3.0 152 5/20/2025
3.2.3 194 5/20/2025
3.2.2 177 5/19/2025
3.2.1 143 5/19/2025
3.2.0 134 5/19/2025
3.1.0 134 5/19/2025
3.0.0 553 11/11/2024
2.0.0 122 10/28/2024
1.0.1 277 10/7/2024
1.0.0 127 10/5/2024

Improved the JsonDictionary usage: now values are implementations of the ISerializable type, and the object is preserved as-is if it implements the interface, and is automatically wrapped in a JsonType otherwise.