Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 309 Bytes

AnyCoding

Custom Decoder and Encoder types for when you are working with Any

AnyDecoder

Decode Any into concrete T

AnyEncoder

Encode concrete T into Any

EmptyDecoder

Decode T from nothing

Notes

  • Any refers to a tree-like structure using dictionary and array types