MineJason 0.2.0-alpha

This is a prerelease version of MineJason.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MineJason --version 0.2.0-alpha
                    
NuGet\Install-Package MineJason -Version 0.2.0-alpha
                    
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.2.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MineJason" Version="0.2.0-alpha" />
                    
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.2.0-alpha
                    
#r "nuget: MineJason, 0.2.0-alpha"
                    
#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.2.0-alpha
                    
#: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.2.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MineJason&version=0.2.0-alpha&prerelease
                    
Install as a Cake Tool

MineJason

Discord

MineJason is a .NET library that provides serialization compatible models for chat component (Raw JSON text format) in Minecraft: Java Edition.

Usage

Serialize and deserialize

To serialize or deserialize chat components, make sure to use ChatComponent.SerializerOptions, so that your serialized output conforms to Minecraft: Java Edition format.

// Use the serializer options!

JsonConverter.Serialize(component, ChatComponent.SerializerOptions);
JsonConverter.Deserialize(json, ChatComponent.SerializerOptions);

Creating components

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

Issues

Please report issues in the issue tracker.

Thanks

  • Thanks JetBrains for providing a licence of their tools for open source development. The ReSharper VS extension is used in the development of this library.
  • Thanks you for your interest on this library.
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.
  • net8.0

    • No dependencies.

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.5 42 4/17/2026
0.7.0-alpha.4 54 3/22/2026
0.7.0-alpha.2 56 3/1/2026
0.7.0-alpha.1 157 10/28/2025
0.6.0-alpha.2 118 6/20/2024
0.6.0-alpha 99 6/14/2024
0.5.1-alpha 113 5/25/2024
0.5.0-alpha 121 5/10/2024
0.4.0-alpha 128 2/12/2024
0.3.0-alpha.preview1 128 1/18/2024
0.2.1-alpha 138 1/7/2024
0.2.0-alpha 124 1/2/2024
0.1.0-alpha 120 1/1/2024