wader / fq

jq for binary formats - tool, language and decoders for working with binary and text formats
Other
9.79k stars 227 forks source link

interp: Add bits_format=byte_array support #992

Closed wader closed 3 months ago

wader commented 3 months ago

Represent binary values into an array of bytes when turn values into JSON

wader commented 3 months ago

@mrcook

wader commented 3 months ago

Still not sure if it should be byte_array or bytes_array 🤔

wader commented 3 months ago

"byte array" seems to be more common when i search around a bit, going with that

wader commented 3 months ago

@mrcook feel free to add some tzx docs using byte_array now if you want