{"id":14982697,"url":"https://github.com/thedome/qt-json-rs","last_synced_at":"2026-02-07T18:04:04.563Z","repository":{"id":38327003,"uuid":"430349909","full_name":"TheDome/qt-json-rs","owner":"TheDome","description":"A QT JSON Parser for Rust","archived":false,"fork":false,"pushed_at":"2024-01-18T01:42:50.000Z","size":93,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-15T18:26:40.450Z","etag":null,"topics":["json","qt5","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheDome.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}},"created_at":"2021-11-21T11:42:48.000Z","updated_at":"2024-12-09T11:13:38.000Z","dependencies_parsed_at":"2023-02-05T01:10:11.766Z","dependency_job_id":"6d45ae81-849a-4049-97bb-c355da257122","html_url":"https://github.com/TheDome/qt-json-rs","commit_stats":{"total_commits":76,"total_committers":3,"mean_commits":"25.333333333333332","dds":"0.19736842105263153","last_synced_commit":"5d7be86f1cb5b55fc98371c5d216ce0f8665bed1"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TheDome/qt-json-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDome%2Fqt-json-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDome%2Fqt-json-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDome%2Fqt-json-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDome%2Fqt-json-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDome","download_url":"https://codeload.github.com/TheDome/qt-json-rs/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDome%2Fqt-json-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266509280,"owners_count":23940449,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["json","qt5","rust"],"created_at":"2024-09-24T14:05:52.729Z","updated_at":"2026-02-07T18:04:04.532Z","avatar_url":"https://github.com/TheDome.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qt-json\n\n\n[![codecov](https://codecov.io/gh/TheDome/qt-json-rs/branch/develop/graph/badge.svg?token=7MIOMJ88B1)](https://codecov.io/gh/TheDome/qt-json-rs)\n[![crates.io](https://img.shields.io/crates/v/qt-json.svg)](https://crates.io/crates/qt-json)\n\nA simple parser for the Internal Qt Binary JSON data format.\n\nThis parser will transform the popular\n[QTBinary JSON](https://doc.qt.io/qt-6.2/qbinaryjson.html#toBinaryData)\nformat into usable format for rust applications.\n\n## Use\n\nSimply provide a binary encoded JSON Array to the function and it will parse it into an\ninternal JSON structure:\n\n```rust\nuse qt_json::QJSONDocument;\n\nfn main(){\n        let json_data = b\"qbjs\\\n    \\x01\\x00\\x00\\x00\\\n    \\x10\\x00\\x00\\x00\\\n    \\x02\\x00\\x00\\x00\\\n    \\x0C\\x00\\x00\\x00\\\n    \\x4A\\x01\\x00\\x00\";\n\n    let document = QJSONDocument::from_binary(json_data.to_vec()).unwrap();\n\n    println!(\"{:?}\", document);\n}\n```\n\n## Disclaimer\n\nThis library has been created by looking at the Qt source code and performing reverse\nengineering.\nThere is a possibility that the code will not work with other Version of Qt JSON documents.\nAny help with this library is welcome.\n\nLicense: BSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedome%2Fqt-json-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedome%2Fqt-json-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedome%2Fqt-json-rs/lists"}