about summary refs log tree commit diff
path: root/monzo_ynab/monzo/serde.go
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07 Support serde for Monzo and YNAB transaction structsWilliam Carroll1-0/+82
Define transaction structs for both Monzo and YNAB. Each package has a `main` function that runs some shallow but preliminary round-trip tests for the serializers and decoders. The fixtures.json file that each of them is referencing has been ignored in case either contains confidential data of which I'm unaware.