{"id":18771069,"url":"https://github.com/bigasdev/castledb-cpp-parser","last_synced_at":"2025-12-12T03:30:14.624Z","repository":{"id":240070720,"uuid":"801577977","full_name":"bigasdev/castledb-cpp-parser","owner":"bigasdev","description":"A simple cpp parser for CastleDB","archived":false,"fork":false,"pushed_at":"2024-05-17T10:40:56.000Z","size":611,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T07:43:22.675Z","etag":null,"topics":["castledb","cpp","cpp-json","json","parser"],"latest_commit_sha":null,"homepage":"https://bigasdev.net/?tab=home","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/bigasdev.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":"2024-05-16T13:57:30.000Z","updated_at":"2024-08-06T19:54:29.000Z","dependencies_parsed_at":"2024-05-16T15:46:41.392Z","dependency_job_id":"b34ea522-eae3-4163-8b3b-b15a3b975d42","html_url":"https://github.com/bigasdev/castledb-cpp-parser","commit_stats":null,"previous_names":["bigasdev/castledb-cpp-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fcastledb-cpp-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fcastledb-cpp-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fcastledb-cpp-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fcastledb-cpp-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigasdev","download_url":"https://codeload.github.com/bigasdev/castledb-cpp-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239678114,"owners_count":19679202,"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":["castledb","cpp","cpp-json","json","parser"],"created_at":"2024-11-07T19:23:07.749Z","updated_at":"2025-12-12T03:30:14.580Z","avatar_url":"https://github.com/bigasdev.png","language":"C++","readme":"# CastleDB-cpp-parser\n\n_Quickly parse your CastleDB for use in your C++ codebase. It supports hot reload!_\n\u003cimg src=\"media/Code_vr3EVVBErD.gif\"\u003e\n\n## Usage\n\nInclude the files located in the **.src/** folder in your codebase, then instantiate the CastleDBConverter class constructor to retrieve the data.\n\n```\nCastleDBConverter converter(\"res/helloworld.json\");\n```\n\nThen extract your data, a nice feature is that you can grab only the fields you need.\n\n```\n                                //sheet name   //fields\ndata_db = converter.extract_data(\"HelloWorld\", {\"Name\", \"X\", \"Y\", \"Char\"});\n```\n\nUse the update method to check for updates in the file for hot reload support\n```\nif(converter.update(\"res/helloworld.json\")){\n    //your code\n}\n```\n\n## Thanks\nThanks for [ncannasse](https://github.com/ncannasse) for the creation of [CastleDB](https://github.com/ncannasse/castle) and to [nlohmann](https://github.com/nlohmann) for [json parser](https://github.com/nlohmann/json)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigasdev%2Fcastledb-cpp-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigasdev%2Fcastledb-cpp-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigasdev%2Fcastledb-cpp-parser/lists"}