mirror of
https://github.com/wader/fq.git
synced 2024-11-27 14:14:58 +03:00
485 B
485 B
Limitations
- The decimal128 type is not supported for decoding, will just be treated as binary
Convert represented value to JSON
$ fq -d bson torepr file.bson
Filter represented value
$ fq -d bson 'torepr | select(.name=="bob")' file.bson
Authors
- Mattias Wadman mattias.wadman@gmail.com, original author
- Matt Dale @matthewdale, additional types and bug fixes