KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 104 forks source link

Gson-style streaming NBT reader/writer API #1009

Open zml2008 opened 6 months ago

zml2008 commented 6 months ago

I'd like to introduce a streaming API for working with adventure-nbt, in order to become more flexible with data wrangling, and allow operations on the NBT stream without having to build a whole tree data structure.

This would likely involve: