{"id":23033981,"url":"https://github.com/olback/djson-rs","last_synced_at":"2025-04-02T22:14:43.741Z","repository":{"id":57620036,"uuid":"296086969","full_name":"olback/djson-rs","owner":"olback","description":"Dynamic JSON in Rust","archived":false,"fork":false,"pushed_at":"2020-09-16T17:15:14.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T10:33:42.198Z","etag":null,"topics":["json","rs","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/djson","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olback.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-16T16:22:03.000Z","updated_at":"2024-04-07T11:36:36.000Z","dependencies_parsed_at":"2022-09-16T19:12:19.319Z","dependency_job_id":null,"html_url":"https://github.com/olback/djson-rs","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/olback%2Fdjson-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Fdjson-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Fdjson-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Fdjson-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olback","download_url":"https://codeload.github.com/olback/djson-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899668,"owners_count":20851898,"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","rs","rust"],"created_at":"2024-12-15T16:28:31.578Z","updated_at":"2025-04-02T22:14:43.716Z","avatar_url":"https://github.com/olback.png","language":"Rust","readme":"# djson - Access Dynamic JSON in Rust\n\nExample:\n```rust\nlet json_str = include_str!(\"../test.json\");\n\nlet value: Value = djson::from_str(json_str).unwrap();\nlet idxs = Index::parse(\"four[2].one\").unwrap();\n\nlet res = djson::get_value(\u0026value, \u0026idxs);\nprintln!(\"{:#?}\", res);\n\nlet res = djson::get_value_dyn(\u0026value, \u0026[\u0026\"four\", \u00262, \u0026\"one\"]);\nprintln!(\"{:#?}\", res);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folback%2Fdjson-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folback%2Fdjson-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folback%2Fdjson-rs/lists"}