1
1
mirror of https://github.com/wader/fq.git synced 2024-11-28 03:02:55 +03:00
fq/format/cbor/testdata/cbor.fqtest
Mattias Wadman 0b0f28e966 cbor: Add decoder
Does not decode sematic tag types
Also fixes broken float16 support

Fixes #71
2022-01-12 17:56:03 +01:00

6 lines
85 B
Plaintext

$ fq -n '"v2NGdW71Y0FtdCH/" | base64 | cbor | torepr'
{
"Amt": -2,
"Fun": true
}