type alias Converter a = { encoder : a -> Value. , decoder : Decoder a. } A pair of JSON encoder and decoder. You can make custom converters using this ...
確定! 回上一頁