{"id":15393483,"url":"https://github.com/kristoff-it/ziggy","last_synced_at":"2025-04-08T13:05:38.808Z","repository":{"id":222307959,"uuid":"756328009","full_name":"kristoff-it/ziggy","owner":"kristoff-it","description":"A data serialization language for expressing clear API messages, config files, etc.","archived":false,"fork":false,"pushed_at":"2025-03-16T21:12:44.000Z","size":1106,"stargazers_count":381,"open_issues_count":15,"forks_count":21,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-01T12:01:48.760Z","etag":null,"topics":["serialization-format","zig-package"],"latest_commit_sha":null,"homepage":"https://ziggy-lang.io","language":"Zig","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/kristoff-it.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-12T13:01:29.000Z","updated_at":"2025-03-31T18:33:06.000Z","dependencies_parsed_at":"2024-03-20T19:02:46.131Z","dependency_job_id":"70d41e92-ce18-4a50-8748-880785f3b1a6","html_url":"https://github.com/kristoff-it/ziggy","commit_stats":{"total_commits":112,"total_committers":9,"mean_commits":"12.444444444444445","dds":0.375,"last_synced_commit":"fe73beef9f52f04048d8b19016fc4fbc66b4596f"},"previous_names":["kristoff-it/ziggy"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristoff-it%2Fziggy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristoff-it%2Fziggy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristoff-it%2Fziggy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristoff-it%2Fziggy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kristoff-it","download_url":"https://codeload.github.com/kristoff-it/ziggy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847609,"owners_count":21006099,"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":["serialization-format","zig-package"],"created_at":"2024-10-01T15:19:27.710Z","updated_at":"2025-04-08T13:05:38.784Z","avatar_url":"https://github.com/kristoff-it.png","language":"Zig","funding_links":[],"categories":["Zig"],"sub_categories":[],"readme":"# Ziggy\nA data serialization language for expressing clear API messages, config files, etc.\n\n## Status\nAlpha, using Ziggy now means participating in its development.\n\n## At a glance\n\n```zig\n.id = @uuid(\"...\"),\n.time = 1710085168,\n.payload = Command {\n  .do = @action(\"clear_chat\"),\n  .sender = \"kristoff-it\",\n  .roles = [\"admin\", \"mod\"],\n  .extra = {\n    \"agent\": \"Mozilla/5.0\",\n    \"os\": \"Linux/x64\", \n  },\n}\n```\n## Value Types\nZiggy values can be of the following types:\n\n- Bytes `\"🧑‍🚀\"`, `\"\\x1B[?1000h gang\"`, `\\\\multiline`\n- Numbers `123_000`, `1.23`, `0xff_ff_ff`, `0o7_5_5`, `0b01_01_01` \n- Null `null`\n- Bool `true`, `false`\n- Custom Literals `@date(\"2020-12-01\")`, `@v(\"1.0.0\")`, `@foo(\"bar\")`\n- Array `[1, 2, 3]`\n- Struct `{ .fixed = \"schema\" }`, `Named { .for = \"unions of structs\" }`\n- Map `{ \"custom\": \"keys\" }`\n\n\n## Documentation\n\nSee the official website: https://ziggy-lang.io\n\n## Development\n\nIn order to build with nix using the correct dependencies please keep\nupdated the [deps.nix](./deps.nix) file every time the [build.zig.zon](build.zig.zon)\nis changed. In order to do so use\n\n```bash\nnix run .#update-deps\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristoff-it%2Fziggy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkristoff-it%2Fziggy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristoff-it%2Fziggy/lists"}