MineJason 0.7.0-alpha.1

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

MineJason

MineJason is a .NET library that provides serialization compatible models for commonly used client data types in Minecraft: Java Edition.

Usage

Serialize and deserialize

You serialize and deserialize the ChatComponent types normally like how you would serialize other types.

Please do not use Newtonsoft.Json; it is not supported. Instead, use System.Text.Json.

Creating components

Create methods in ChatComponent class allows you to create various types of components.

Issues

Please report issues in the issue tracker.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on MineJason:

Package Downloads
MineJason.Extensions.SharpNbt

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0-alpha.1 136 10/28/2025
0.6.0-alpha.2 99 6/20/2024
0.6.0-alpha 85 6/14/2024
0.5.1-alpha 96 5/25/2024
0.5.0-alpha 98 5/10/2024
0.4.0-alpha 112 2/12/2024
0.3.0-alpha.preview1 111 1/18/2024
0.2.1-alpha 125 1/7/2024
0.2.0-alpha 107 1/2/2024
0.1.0-alpha 104 1/1/2024