Mattias Wadman
|
548a065388
|
decode,interp: Finish up nil value support
Update msgpack, bson and cbor to use it.
|
2022-01-17 10:49:46 +01:00 |
|
Mattias Wadman
|
149cb3f45a
|
interp: Add torepr/0 that converts decode value into what it reptresents
Ex: fq -d msgpack torepr file.msgpack
Willoutput the JSON representation of the msgpack
Make per format *_torepr functions internal
|
2022-01-12 17:33:58 +01:00 |
|
Mattias Wadman
|
628f0f403d
|
bson: Add decoder
Only supports basic types for now
|
2022-01-06 00:51:37 +01:00 |
|