1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 22:34:14 +03:00
fq/format/asn1
Mattias Wadman 8d69f1fb23 interp: Change default bits_format=string
I think this is more intuitive but might in some case cause very large JSON output
but maybe that less common or expected. In does cases i think you either want to
use some other bits_format (md5, truncate, etc) or you delete/transform the jq value
before turn it into JSON.

Strings in gojq are binary safe so you can use to hold raw bytes. But note that
convert the binary into JSON is lossy, same as the JSON standard.

Add bits_format option documentation.
2022-12-01 17:49:34 +01:00
..
testdata interp: Change default bits_format=string 2022-12-01 17:49:34 +01:00
asn1_ber.go help,doc: Use markdown for format documentation again 2022-09-11 00:53:29 +02:00
asn1_ber.jq help,doc: Use markdown for format documentation again 2022-09-11 00:53:29 +02:00
asn1_ber.md raw,bits,bytes: Replace raw format with bits and bytes format that decode to a binary 2022-11-20 19:51:12 +01:00