1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 21:31:33 +03:00
fq/format/applebookmark
Mattias Wadman 9b81d4d3ab decode: More type safe API and split scalar into multiple types
Preparation to make decoder use less memory and API more type safe.
Now each scalar type has it's own struct type so it can store different
things and enables to have a scalar interface.
Also own types will enable experimenting with decode DLS designs like
using chained methods that are type aware.
2022-12-14 16:23:58 +01:00
..
testdata decode: fix type on defer function call, test: add loop.fqtest 2022-12-08 15:01:16 -06:00
apple_bookmark.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
apple_bookmark.jq decode: remove unused field from decoder, unused parens from torepr 2022-12-05 21:37:36 -06:00
apple_bookmark.md doc: fixes snippet for recursive bookmark searching 2022-12-03 15:24:49 -06:00