{"id":16761301,"url":"https://github.com/irevoire/arbitrary-json","last_synced_at":"2025-09-27T19:31:35.885Z","repository":{"id":57492439,"uuid":"447308296","full_name":"irevoire/arbitrary-json","owner":"irevoire","description":"Implement Arbitrary on serde_json","archived":false,"fork":false,"pushed_at":"2022-02-23T11:09:44.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T19:18:52.904Z","etag":null,"topics":["fuzzing","json","rust","testing"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irevoire.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}},"created_at":"2022-01-12T17:23:04.000Z","updated_at":"2022-03-06T11:27:38.000Z","dependencies_parsed_at":"2022-08-28T13:30:55.314Z","dependency_job_id":null,"html_url":"https://github.com/irevoire/arbitrary-json","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevoire%2Farbitrary-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevoire%2Farbitrary-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevoire%2Farbitrary-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevoire%2Farbitrary-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irevoire","download_url":"https://codeload.github.com/irevoire/arbitrary-json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234455108,"owners_count":18835430,"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":["fuzzing","json","rust","testing"],"created_at":"2024-10-13T04:42:16.221Z","updated_at":"2025-09-27T19:31:35.575Z","avatar_url":"https://github.com/irevoire.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Arbitrary JSON\n==============\n\nThis crate provide a compatibility layer between\n[serde_json](https://github.com/serde-rs/json) and\n[arbitrary](https://github.com/rust-fuzz/arbitrary).\nThis allow you to generate random valid json when fuzzing your rust code. See\nthe following example:\n\n```rust\n#![no_main]\nuse arbitrary_json::ArbitraryValue;\nuse libfuzzer_sys::fuzz_target;\n\nfuzz_target!(|data: ArbitraryValue| {\n    // call your very complex code here\n    if data[\"truc\"] == serde_json::json!(42) {\n        panic!(\"Found the magic value\");\n    }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevoire%2Farbitrary-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firevoire%2Farbitrary-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevoire%2Farbitrary-json/lists"}