{"id":16117062,"url":"https://github.com/mlange-42/arche-serde","last_synced_at":"2026-04-02T02:03:09.172Z","repository":{"id":216531131,"uuid":"741574399","full_name":"mlange-42/arche-serde","owner":"mlange-42","description":"JSON serialization and deserialization for the Arche Entity Component System (ECS).","archived":false,"fork":false,"pushed_at":"2024-12-22T20:09:03.000Z","size":42,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T08:55:48.873Z","etag":null,"topics":["ecs","entity-component-system","go","golang","json"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/mlange-42/arche-serde","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/mlange-42.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-10T17:15:49.000Z","updated_at":"2025-01-23T04:03:28.000Z","dependencies_parsed_at":"2024-02-24T18:27:38.223Z","dependency_job_id":"388c9c3e-850b-4243-aab2-bd1eaac07a20","html_url":"https://github.com/mlange-42/arche-serde","commit_stats":null,"previous_names":["mlange-42/arche-serde"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlange-42%2Farche-serde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlange-42%2Farche-serde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlange-42%2Farche-serde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlange-42%2Farche-serde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlange-42","download_url":"https://codeload.github.com/mlange-42/arche-serde/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":["ecs","entity-component-system","go","golang","json"],"created_at":"2024-10-09T20:28:16.111Z","updated_at":"2026-04-02T02:03:04.117Z","avatar_url":"https://github.com/mlange-42.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arche Serde\n\n[![Test status](https://img.shields.io/github/actions/workflow/status/mlange-42/arche-serde/tests.yml?branch=main\u0026label=Tests\u0026logo=github)](https://github.com/mlange-42/arche-serde/actions/workflows/tests.yml)\n[![Coverage Status](https://coveralls.io/repos/github/mlange-42/arche-serde/badge.svg?branch=main)](https://coveralls.io/github/mlange-42/arche-serde?branch=main)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mlange-42/arche-serde)](https://goreportcard.com/report/github.com/mlange-42/arche-serde)\n[![Go Reference](https://pkg.go.dev/badge/github.com/mlange-42/arche-serde.svg)](https://pkg.go.dev/github.com/mlange-42/arche-serde)\n[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/mlange-42/arche-serde)\n[![MIT license](https://img.shields.io/github/license/mlange-42/arche-serde)](https://github.com/mlange-42/arche-serde/blob/main/LICENSE)\n\n*Arche Serde* provides JSON serialization and deserialization for the [Arche](https://github.com/mlange-42/arche) Entity Component System (ECS).\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/mlange-42/arche\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/44003176/236701164-28178d13-7e52-4449-baa4-41b764183cbd.png\" alt=\"Arche (logo)\" width=\"500px\" /\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n## Features\n\n* Serialize/deserialize an entire *Arche* world in one line.\n* Proper serialization of entity relations, as well as of entities stored in components.\n* Skip arbitrary components and resources when serializing or deserializing.\n\n## Installation\n\n```\ngo get github.com/mlange-42/arche-serde\n```\n\n## Usage\n\nSee the [API docs](https://pkg.go.dev/github.com/mlange-42/arche-serde) for more details and examples.  \n[![Go Reference](https://pkg.go.dev/badge/github.com/mlange-42/arche-serde.svg)](https://pkg.go.dev/github.com/mlange-42/arche-serde)\n\nSerialize a world:\n\n```go\njsonData, err := archeserde.Serialize(\u0026world)\nif err != nil {\n    // handle the error\n}\n```\n\nDeserialize a world:\n\n```go\nerr = archeserde.Deserialize(jsonData, \u0026world)\nif err != nil {\n    // handle the error\n}\n```\n\n## License\n\nThis project is distributed under the [MIT licence](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlange-42%2Farche-serde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlange-42%2Farche-serde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlange-42%2Farche-serde/lists"}