Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd Json.Encode.dict #484
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
narkisr
commented
Jan 25, 2016
|
+1 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
cullophid
Mar 27, 2016
+1
How do you get around this atm?
Do you have to convert all ducts to lists?
cullophid
commented
Mar 27, 2016
|
+1 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
cullophid
commented
Mar 27, 2016
|
Thank you:) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
vilinski
commented
Aug 16, 2016
|
+1 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jvoigtlaender
Aug 16, 2016
Contributor
Add it to https://github.com/elm-community/json-extra?
Or even just open this feature request as an issue there (in line with https://github.com/elm-lang/core/blob/master/CONTRIBUTING.md#adding-new-functions)?
That package has a maintainer (https://github.com/elm-community/Manifesto/blob/master/maintainers.md).
|
Add it to https://github.com/elm-community/json-extra? Or even just open this feature request as an issue there (in line with https://github.com/elm-lang/core/blob/master/CONTRIBUTING.md#adding-new-functions)? That package has a maintainer (https://github.com/elm-community/Manifesto/blob/master/maintainers.md). |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jvoigtlaender
Aug 16, 2016
Contributor
Also, there's http://package.elm-lang.org/packages/bartavelle/json-helpers/1.1.1/Json-Helpers#jsonEncDict, which may or may not be what you all want.
|
Also, there's http://package.elm-lang.org/packages/bartavelle/json-helpers/1.1.1/Json-Helpers#jsonEncDict, which may or may not be what you all want. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
lukewestby
Aug 16, 2016
Member
i'd like to add a Json.Encode.Extra to elm-community/json-extra, and dict is a great fit for such a module
|
i'd like to add a |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
evancz
Aug 16, 2016
Member
With feature suggestions like this, I think the best route is to (1) tell folks about *-extra packages and (2) close the issue and add it to something like #322. That's what makes sense in this case at least.
|
With feature suggestions like this, I think the best route is to (1) tell folks about |
avh4 commentedJan 17, 2016
There is a JSON decoder for Dict, but currently there is no corresponding encoder.