elm-community / json-extra

Convenience functions for working with Json.
http://package.elm-lang.org/packages/elm-community/json-extra/latest
MIT License
37 stars 16 forks source link

:= infix for field #6

Closed toastal closed 6 years ago

toastal commented 7 years ago

The old Json.Decode.value and its brother := were banished… perhaps Json.Decode.Extra could be :='s new home.

lukewestby commented 7 years ago

Hey! So Json.Decode.value is still present in Json.Decode. Did you mean something different?

Also, I don't know how I feel about including something like (:=) when it was explicitly removed from Json.Decode for being confusing. If more people ask for it I'll include it but for now I'd recommend just recreating it in your projects using Json.Decode.field