{"id":17930890,"url":"https://github.com/lovasoa/elm-nested-list","last_synced_at":"2025-04-03T10:24:21.258Z","repository":{"id":62418748,"uuid":"84002751","full_name":"lovasoa/elm-nested-list","owner":"lovasoa","description":"Nested lists and associated Json decoders and encoders for Elm. ","archived":false,"fork":false,"pushed_at":"2017-03-05T23:26:58.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T23:45:20.624Z","etag":null,"topics":["datastructures","elm","json","nested-objects"],"latest_commit_sha":null,"homepage":null,"language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovasoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-05T21:15:25.000Z","updated_at":"2020-12-06T18:49:45.000Z","dependencies_parsed_at":"2022-11-01T16:46:23.231Z","dependency_job_id":null,"html_url":"https://github.com/lovasoa/elm-nested-list","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Felm-nested-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Felm-nested-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Felm-nested-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Felm-nested-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasoa","download_url":"https://codeload.github.com/lovasoa/elm-nested-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246982405,"owners_count":20864089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datastructures","elm","json","nested-objects"],"created_at":"2024-10-28T21:18:26.781Z","updated_at":"2025-04-03T10:24:21.198Z","avatar_url":"https://github.com/lovasoa.png","language":"Elm","readme":"# lovasoa/elm-nested-list\n\n[![Build Status](https://travis-ci.org/lovasoa/elm-nested-list.svg?branch=master)](https://travis-ci.org/lovasoa/elm-nested-list)\n\nNested lists (`[[1,2,[3]],4]`) in Elm.\n\n## What does this do ?\n\nThis simple package allows handling nested lists in Elm.\n\nIt provides a type\n\n```elm\ntype NestedList a\n    = Element a\n    | Nested (List (NestedList a))\n```\n\nas well as functions to work with this type, including a JSON encoder and\na decoder.\n\n## test\n\nJust run `npm install \u0026\u0026 npm test`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Felm-nested-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasoa%2Felm-nested-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Felm-nested-list/lists"}