mattjbray / ocaml-decoders

Elm-inspired decoders for Ocaml
https://mattjbray.github.io/ocaml-decoders/
Other
84 stars 8 forks source link

feat: list_fold_left decoder #8

Closed ewenmaclean closed 5 years ago

ewenmaclean commented 5 years ago

Introducing a list_fold_left decoder which takes a function and an initial value and returns a decoder which folds the function over json list input.

mattjbray commented 5 years ago

👍