#nbt #jq #minecraft

bin+lib nbtq

Convert NBT files into JSON for easy processing with tools like jq

1 unstable release

0.1.0 May 31, 2022

#33 in #jq

MIT license

6KB

nbtq

Convert NBT files into JSON for easy processing with tools like jq

Installing

nbtq can be installed using cargo:

cargo install nbtq

Usage examples

Extract a list of regions from a plasmid map template:

nbtq map.nbt | jq .regions[].marker

Pretty print NBT to a file:

nbtq example.nbt > example.json

Dependencies

~8.5MB
~158K SLoC