{"id":15713483,"url":"https://github.com/syeopite/cryyjson","last_synced_at":"2026-05-18T14:31:28.826Z","repository":{"id":246980281,"uuid":"824759009","full_name":"syeopite/cryyjson","owner":"syeopite","description":"Simple crystal bindings to yyjson https://github.com/ibireme/yyjson","archived":false,"fork":false,"pushed_at":"2025-06-07T21:56:07.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T22:38:31.947Z","etag":null,"topics":["bindings","c-bindings","crystal","json","json-parser","yyjson"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/syeopite.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-07-05T21:58:00.000Z","updated_at":"2025-06-07T21:56:12.000Z","dependencies_parsed_at":"2024-07-06T02:49:29.810Z","dependency_job_id":null,"html_url":"https://github.com/syeopite/cryyjson","commit_stats":null,"previous_names":["syeopite/cryyjson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syeopite/cryyjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fcryyjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fcryyjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fcryyjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fcryyjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syeopite","download_url":"https://codeload.github.com/syeopite/cryyjson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syeopite%2Fcryyjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33180956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bindings","c-bindings","crystal","json","json-parser","yyjson"],"created_at":"2024-10-03T21:31:46.264Z","updated_at":"2026-05-18T14:31:28.809Z","avatar_url":"https://github.com/syeopite.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryyjson\n\nSimple crystal bindings to [yyjson](https://github.com/ibireme/yyjson)\n\nOnly parsing is supported for now.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     cryyjson:\n       github: syeopite/cryyjson\n   ```\n\n2. Run `shards install`\n\n**Note: You must have cmake installed in order to build yyjson via the postinstall script**\n\n## Usage\n\n```crystal\nrequire \"cryyjson\"\n\ndata = File.read(\"example_data.json\").gets_to_end\njson = Cryyjson.parse(data)\n\n# API is the exact same as stdlib\ntypeof(json) # =\u003e JSON::Any\n\njson[\"key\"] # =\u003e value\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/syeopite/cryyjson/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Credits\n- [@ibireme](https://github.com/ibireme) - creator of [yyjson](https://github.com/ibireme/yyjson)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyeopite%2Fcryyjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyeopite%2Fcryyjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyeopite%2Fcryyjson/lists"}