{"id":19400301,"url":"https://github.com/vhiribarren/json-parser-rust","last_synced_at":"2026-05-16T02:04:55.328Z","repository":{"id":150094174,"uuid":"310854397","full_name":"vhiribarren/json-parser-rust","owner":"vhiribarren","description":"Simple JSON parser as a toy project.","archived":false,"fork":false,"pushed_at":"2020-11-08T14:57:54.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-07T11:48:56.800Z","etag":null,"topics":["json","parser","rust","toy-project"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/vhiribarren.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":"2020-11-07T13:46:55.000Z","updated_at":"2020-11-08T15:57:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8b19c50-419f-47d1-baa1-9528f68ff788","html_url":"https://github.com/vhiribarren/json-parser-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhiribarren%2Fjson-parser-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhiribarren%2Fjson-parser-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhiribarren%2Fjson-parser-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhiribarren%2Fjson-parser-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhiribarren","download_url":"https://codeload.github.com/vhiribarren/json-parser-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240573173,"owners_count":19822792,"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":["json","parser","rust","toy-project"],"created_at":"2024-11-10T11:13:37.648Z","updated_at":"2026-05-16T02:04:55.267Z","avatar_url":"https://github.com/vhiribarren.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple JSON parser in Rust\n\nThis is a toy project to:\n\n- train myself in using Rust\n- train myself in coding parsers\n\nNo specific optimization, and not designed to be highly performant.\nCurrently, it only does parsing, and not serialization.\n\nOn the plus side:\n- no usage of libraries outside of the `std` one\n- no usage of a regular expression library\n\nTo build:\n\n    $ cargo build\n\nSome examples:\n\n    $ cargo test\n    $ cargo run --example json-debug -- -s '{\"one\": 1, \"two\": {\"table\":[1, null, true, {\"bloup\": 3}]}}'","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhiribarren%2Fjson-parser-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhiribarren%2Fjson-parser-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhiribarren%2Fjson-parser-rust/lists"}