{"id":37211019,"url":"https://github.com/gotamer/matter","last_synced_at":"2026-01-15T00:01:59.093Z","repository":{"id":57658138,"uuid":"466724864","full_name":"gotamer/matter","owner":"gotamer","description":"TOML Frontmatter or Endmatter unmarshaller.","archived":false,"fork":false,"pushed_at":"2022-03-24T20:56:45.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T10:18:20.589Z","etag":null,"topics":["decoder","encoder","endmatter","frontmatter","golang","parser","toml","unmarshaller"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gotamer.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":"2022-03-06T12:03:54.000Z","updated_at":"2022-03-06T13:02:11.000Z","dependencies_parsed_at":"2022-09-04T15:13:49.664Z","dependency_job_id":null,"html_url":"https://github.com/gotamer/matter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gotamer/matter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotamer%2Fmatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotamer%2Fmatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotamer%2Fmatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotamer%2Fmatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotamer","download_url":"https://codeload.github.com/gotamer/matter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotamer%2Fmatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["decoder","encoder","endmatter","frontmatter","golang","parser","toml","unmarshaller"],"created_at":"2026-01-15T00:01:59.015Z","updated_at":"2026-01-15T00:01:59.079Z","avatar_url":"https://github.com/gotamer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"matter\n======\n\nTOML Frontmatter or Endmatter unMarshaller.\n\n```go\nfunc Unmarshal(b []byte, v interface{}) (content []byte, err error)\n```\n\n\nEither input will work fine:\n```go\n\nvar inputFront = `\n\n+++\nname = \"frontmatter\"\ntags = ['input', 'front']\n+++\n\nMatter first.\n\n\n`\n\n\nvar inputEnd = `\n\nContent first.\n\n+++\nname = \"endmatter\"\ntags = ['input', 'end']\n+++\n\n`\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotamer%2Fmatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotamer%2Fmatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotamer%2Fmatter/lists"}