Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 161 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 161 Bytes

NBT-Serializer

Basic usage

import {NBT} from "nbt-serializer";
JSON.parse(...)
NBT.parse(...)
//-------------
JSON.stringify(...)
NBT.stringify(...);