Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created September 2, 2015 13:12
Show Gist options
  • Save amitaibu/1fda6855b97d14e7d4f6 to your computer and use it in GitHub Desktop.
Save amitaibu/1fda6855b97d14e7d4f6 to your computer and use it in GitHub Desktop.
decodeUrl : Json.Decoder (List Item)
decodeUrl =
Json.at ["data"]
<| Json.list
<| Json.object2 Item
("id" := Json.int)
("title" := Json.string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment