Registry / serialization / chenjunfu2-nbt-cpp

chenjunfu2-nbt-cpp

JSON →
library2.1.1vcpkgunverified

A header-only C++ library for NBT (Named Binary Tag)

vcpkg install chenjunfu2-nbt-cpp
INSTALL
IMPORT
SIG · CHENJUNFU2-NBT-CPP
C
chenjunfu2-nbt-cpp
serializationcppv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nbt.hpp
#include <nbt.hpp>

Create and read NBT data

#include <nbt.hpp> #include <iostream> int main() { nbt::NBT nbt; nbt["name"] = "World"; std::cout << "Hello, " << nbt["name"].as_string() << "!" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

chenjunfu2-nbt-cpp — pip install chenjunfu2-nbt-cpp · libregistry