{"id":13741161,"url":"https://github.com/iddev5/inon","last_synced_at":"2025-05-08T21:32:30.500Z","repository":{"id":49759183,"uuid":"392402511","full_name":"iddev5/inon","owner":"iddev5","description":":floppy_disk: Data serialization format in Zig","archived":false,"fork":false,"pushed_at":"2024-05-24T06:42:47.000Z","size":173,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T11:36:21.200Z","etag":null,"topics":["data-format","serialization","zig","ziglang"],"latest_commit_sha":null,"homepage":"","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/iddev5.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":"2021-08-03T17:38:22.000Z","updated_at":"2024-05-29T09:03:08.000Z","dependencies_parsed_at":"2024-11-15T11:41:19.184Z","dependency_job_id":null,"html_url":"https://github.com/iddev5/inon","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Finon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Finon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Finon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddev5%2Finon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iddev5","download_url":"https://codeload.github.com/iddev5/inon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253153163,"owners_count":21862318,"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":["data-format","serialization","zig","ziglang"],"created_at":"2024-08-03T04:00:56.159Z","updated_at":"2025-05-08T21:32:30.154Z","avatar_url":"https://github.com/iddev5.png","language":"Zig","readme":"# inon\nData configuration format in Zig\n\n- Simple human-readable data serialization format\n- Function execution capabilties: both native as well as foreign\n- Operates on Zig's standard types\n- Fast, powerful serialization and deserialization\n- Pretty printing and serialization to JSON capabilities\n\n# Example file\n```\nfirst_name: \"joe\"\nlast_name: \"some {first_name} thing\"\nage: 50\naddress: {\n    street_no: switch %{\n        (= age 30): 420\n        (= age 40): 40\n        (= age 50): 50\n        else: 70\n    }\n    num: * (self \"street_no\") 2\n    city: \"nyc\"\n}\nphone_nos: [100, 200, 300]\nsecond_no: index phone_nos 1\n```\n\nSee [``demo.zig``](demo.zig) file for integration example.\nUse [``repl.zig``](repl.zig), using ``zig build run-repl`` for a REPL-environment.\n\n# License\nThis library is licensed under MIT License.  \nSee [LICENSE](LICENSE) for more info.\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddev5%2Finon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiddev5%2Finon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddev5%2Finon/lists"}