owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
186 stars 34 forks source link

Fix the `json-pretty` output to be pretty #45

Closed rjp closed 2 years ago

rjp commented 2 years ago

Currently both json and json-pretty outputs are the same compact format - probably because they're both using the same to_writer call from serde_json. Changing the json-pretty output to use to_writer_pretty gives the desired effect.

owengage commented 2 years ago

Woops! Cheers.

owengage commented 2 years ago

fastnbt-tools 0.23.0 should now have this change.

owengage commented 2 years ago

Turns out I closed the PR rather than merged it. Sorry @rjp. It should now be in fastnbt-tools 0.23.1. :D