1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 15:38:17 +03:00

todo: add echo '{} {} {}' | jq difference

This commit is contained in:
Mattias Wadman 2021-09-19 15:04:59 +02:00
parent bf5c222acb
commit d03a1c910b

View File

@ -7,6 +7,7 @@
- Unknown field filling is currently only done on root, should be done per "framed" decode.
- Sub buffers range is broken, could have a different size in parent (ex: compressed).
- Symbolic values should be more intuitive, should not need to use ._symbol.
- `echo '{} {} {}' | jq` vs `echo '{} {} {}' | fq` works differently. fq currently decodes one root format and might add unknown fields etc. Maybe should work differently for `json` format?
### TODO and ideas