{"id":17930890,"url":"https://github.com/lovasoa/elm-nested-list","last_synced_at":"2026-04-28T08:31:22.753Z","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":2,"default_branch":"master","last_synced_at":"2025-04-03T10:28:02.414Z","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,"purl":"pkg:github/lovasoa/elm-nested-list","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Felm-nested-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-04-28T08:31:22.733Z","avatar_url":"https://github.com/lovasoa.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"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","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"}