Updated README with new features

This commit is contained in:
ForeverZer0 2021-08-31 23:09:34 -04:00
parent c1ecfb75ee
commit 7a1d6c0471
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ A CLS-compliant implementation of the Named Binary Tag (NBT) specifications (Jav
* Xamarin.Android 10.0
* Unity 2021.2.0b6
* **Callbacks:** Can subscribe to events that get a callback as the parser steps through a stream to get immediate feedback without waiting for document completion. This allows subscribers to even parse the payload themselves and handle the event entirely.
* **String NBT**: Supports both generating and parsing arbitrary SNBT strings.
## Usage