{"id":22367947,"url":"https://github.com/dridk/qjsonmodel","last_synced_at":"2025-05-15T13:04:13.159Z","repository":{"id":26219822,"uuid":"29666339","full_name":"dridk/QJsonModel","owner":"dridk","description":"Qt Json Tree Model ","archived":false,"fork":false,"pushed_at":"2024-12-11T15:57:44.000Z","size":158,"stargazers_count":462,"open_issues_count":6,"forks_count":146,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-04-07T16:12:24.874Z","etag":null,"topics":["c-plus-plus","json","json-tree-model","qt5"],"latest_commit_sha":null,"homepage":"","language":"C++","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/dridk.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":"2015-01-22T07:19:48.000Z","updated_at":"2025-04-06T10:44:41.000Z","dependencies_parsed_at":"2022-07-10T01:46:42.019Z","dependency_job_id":"a3e95336-92a4-44a5-8a26-313cc71ab521","html_url":"https://github.com/dridk/QJsonModel","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/dridk%2FQJsonModel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2FQJsonModel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2FQJsonModel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2FQJsonModel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dridk","download_url":"https://codeload.github.com/dridk/QJsonModel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961186,"owners_count":21189991,"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":["c-plus-plus","json","json-tree-model","qt5"],"created_at":"2024-12-04T18:25:18.808Z","updated_at":"2025-04-14T20:56:51.091Z","avatar_url":"https://github.com/dridk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QJsonModel\nQJsonModel is a JSON tree model class for Qt6/C++17 based on QAbstractItemModel.\n\nQJsonModel was originally written by Sacha Shutz (https://github.com/dridk).\n\nThis fork is also released under the MIT License.\n\n\n![QJsonModel](https://gitea.beniquez.me/sdaveb/QJsonModel/raw/branch/master/screen.png)\n\n## Build Instructions\n\n### Build Tools \n- CMake (version 3.21 or higher)\n- C++17-compatible compiler\n\n### Building the Project\n1. Clone the repository:\n    ```\n    git clone \u003cURL\u003e\n    ```\n\n2. Navigate to the project directory:\n    ```\n    cd  elemental-game\n    ```\n3. Configure your build system:\n    ```bash\n    cmake -B debug -G Unix Makefiles\n    # or\n    cmake -B debug -G Ninja   # this is faster and more modern\n    ```\n4. Invoke your build system\n    ```\n    cmake --build debug\n    ```\n### Usage - CMake\n\nYou can add this library to your CMake projects using FetchContent() \nor CPM_AddPackage().\n\nHere's how to do it with CPM_AddPackage:\n\n```\nCOMING SOON\n```\n\n### Usage - C++\n\n#### \n```cpp\nQJsonModel * model = new QJsonModel;\nQTreeView * view = new QTreeView;\nview-\u003esetModel(model);\nmodel-\u003eload(\"example.json\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fqjsonmodel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdridk%2Fqjsonmodel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fqjsonmodel/lists"}