{"id":18364212,"url":"https://github.com/boxbeam/csi230-final","last_synced_at":"2025-08-24T04:14:36.423Z","repository":{"id":111830853,"uuid":"320387445","full_name":"boxbeam/CSI230-Final","owner":"boxbeam","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-10T20:54:41.000Z","size":462,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T19:48:41.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxbeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-12-10T20:53:57.000Z","updated_at":"2021-11-30T02:26:56.000Z","dependencies_parsed_at":"2023-06-04T04:30:49.496Z","dependency_job_id":null,"html_url":"https://github.com/boxbeam/CSI230-Final","commit_stats":null,"previous_names":["boxbeam/csi230-final"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxbeam%2FCSI230-Final","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxbeam%2FCSI230-Final/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxbeam%2FCSI230-Final/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxbeam%2FCSI230-Final/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxbeam","download_url":"https://codeload.github.com/boxbeam/CSI230-Final/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198864,"owners_count":21063626,"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":[],"created_at":"2024-11-05T23:09:35.804Z","updated_at":"2025-04-10T09:59:13.652Z","avatar_url":"https://github.com/boxbeam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ JSON parser\n\n## How to use\n\n\nTo use the C++ JSON parser, first include \"json.h\". This will all include json_value.\n\nNow, usage of the library is incredibly simple. Just call parseJSON, passing a string, and a json_value will be returned.\n\njson_value is an alias for variant\u003cstring, int, double, bool, json_list, json_map\u003e. json_list is a wrapper for a vector\u003cjson_value\u003e, and similarly, json_map is a wrapper for a map\u003cstring, json_value\u003e.\n\nThese wrapper types both have a `get` function, used like: `map.get\u003cint\u003e(\"hello\")` and `list.get\u003cint\u003e(0)` to get a value of a specific type from a specific index easily.\n\nHappy parsing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxbeam%2Fcsi230-final","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxbeam%2Fcsi230-final","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxbeam%2Fcsi230-final/lists"}