nbtdoc is a schema format for describing an NBT format. The format of nbtdocs are a lot like Rust's structs. This library is the "source" library for the format, and any library wishing to parse nbtdocs should use this library as a reference implementation. The specification for the format can be found here, and the documentation for traversing and validating with the data can be found here.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.