This namespace wraps all the decoders exposed by this package.
It contains primitive decoders like Decode.string to more
complicated ones like Decode.map.
So basically all the building blocks you need for creating decoders for
complex data structures.
This namespace wraps all the decoders exposed by this package. It contains primitive decoders like Decode.string to more complicated ones like Decode.map. So basically all the building blocks you need for creating decoders for complex data structures.