ForeverZer0 / SharpNBT

A pure CLS-compliant C# implementation of the Named Binary Tag (NBT) format specification commonly used with Minecraft applications, allowing easy reading/writing streams and serialization to other formats.
MIT License
25 stars 9 forks source link

Support for trailing commas in SNBT #26

Open ForeverZer0 opened 10 months ago

ForeverZer0 commented 10 months ago

Add support for container-like tags to support trailing commas without error.

"list": ["Hello", "world",]

This can be enabled via a configuration for the scanner, being disabled by default.