1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 12:05:39 +03:00
fq/format/json
Mattias Wadman ac276ee119 gzip: Correctly handle multiple members
A gzip file consists of one or more "members" that are concatenated on uncompress.

Introduce a members array with each member and uncompressed is now the concatenation.

Fixes #794
2023-10-24 10:45:32 +02:00
..
testdata gzip: Correctly handle multiple members 2023-10-24 10:45:32 +02:00
jq.go format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00
jq.jq interp: Better from_jq error handling 2023-10-20 14:21:58 +02:00
json.go interp: Add hex bits format 2023-05-15 17:31:38 +02:00
json.jq interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
jsonl.go formats: Clenaup naming a bit 2023-05-01 13:19:04 +02:00
jsonl.jq jsonl: Add decoder, also tojsonl encoder 2022-08-15 19:43:59 +02:00