Show HN: Configurable parser from binary message to JSON (and viceversa)

gitubo.github.io

2 points by maxmosca 2 days ago

I developed it because I was tired of writing custom binary parsers for network protocols and wanted to create an easy-to-use tool directly from format experts without the need for developer support - while ensuring adequate performance. Ideal for centralising message encoding/decoding operations in different formats.

GitHub: https://github.com/gitubo/bixit

What binary formats do you deal with regularly? Would something like this be useful?