First Release
These are the command line binaries for nbt2json. Be sure to always have backups of data in case there are conversion problems.
- NBT to JSON converts NBT-coded data, such as from Minecraft data, into JSON for human or computer manipulation and back again
- It can input and output from stdin or files
- Unlike other NBT tools, by default it uses little endian encoding meaning it works with Minecraft Portable Edition data and Windows 10 edition
- But with
--big-endian
it can also work with Java/PC-based Minecraft data