{"id":18833573,"url":"https://github.com/ibitcy/eo-mobile-rapidjson","last_synced_at":"2026-05-02T01:34:46.394Z","repository":{"id":81111941,"uuid":"436709428","full_name":"ibitcy/eo-mobile-rapidjson","owner":"ibitcy","description":"Boost for android's prefab NDK dependency system","archived":false,"fork":false,"pushed_at":"2025-11-10T12:06:36.000Z","size":1517,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-10T13:05:17.588Z","etag":null,"topics":["android","apple","cmakelists","cocoapods","cplusplus","cpp","dependency","google","ios","ndk","podfile","prefab","rapidjson"],"latest_commit_sha":null,"homepage":"","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/ibitcy.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-09T17:48:20.000Z","updated_at":"2025-11-10T12:06:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"dff565d1-ee5d-485d-9247-a97a9737e6a8","html_url":"https://github.com/ibitcy/eo-mobile-rapidjson","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ibitcy/eo-mobile-rapidjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibitcy%2Feo-mobile-rapidjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibitcy%2Feo-mobile-rapidjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibitcy%2Feo-mobile-rapidjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibitcy%2Feo-mobile-rapidjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibitcy","download_url":"https://codeload.github.com/ibitcy/eo-mobile-rapidjson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibitcy%2Feo-mobile-rapidjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"ssl_error","status_checked_at":"2026-05-02T01:12:54.261Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","apple","cmakelists","cocoapods","cplusplus","cpp","dependency","google","ios","ndk","podfile","prefab","rapidjson"],"created_at":"2024-11-08T02:01:32.093Z","updated_at":"2026-05-02T01:34:46.387Z","avatar_url":"https://github.com/ibitcy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://jitpack.io/#ibitcy/eo-mobile-rapidjson\"\u003e\u003cimg src=\"https://jitpack.io/v/ibitcy/eo-mobile-rapidjson.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"http://cocoapods.org/pods/eo-mobile-rapidjson\"\u003e\u003cimg src=\"https://img.shields.io/cocoapods/v/eo-mobile-rapidjson.svg?style=flat\" alt=\"Version\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n# Rapidjson 1.2.0\n\nEasy to use solution for including [Rapidjson](https://rapidjson.org) into your Android (using prefab) and iOS projects/libraries\n\n# Android\n\n### Before you start\n\nThis package made for using it with Gradle's \"prefab\" dependencies system.\n\nSo it's better to start with reading more about it [here](https://developer.android.com/studio/build/dependencies?buildsystem=cmake#native-dependencies-with-agp) or [here](https://github.com/android/ndk-samples/tree/main/prefab).\n\n### How to\n\n1. Add dependencies to your build.gradle:\n```gradle\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n..\ndependencies {\n    ..\n    implementation 'com.github.ibitcy:eo-mobile-rapidjson:1.2.3'\n    ..\n}\n```\n2. Add this code pieces to your CMakeLists.txt:\n```cmake\nfind_package(rapidjson REQUIRED CONFIG)\n..\ntarget_link_libraries(\n        your_library_name\n        ..\n        rapidjson::rapidjson\n        ..\n)\n```\n3. Build! 🎉🎉🎉\n\n# iOS\n\n1. Add this string to your Podfile\n\n```ruby\npod 'eo-mobile-rapidjson'\n```\n2. run `pod install` in your project's directory\n3. Build! 🎉🎉🎉\n\n# Finally\n\nNow you can use it, including like a dynamic library:\n```C++\n#include \u003crapidjson/document.h\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibitcy%2Feo-mobile-rapidjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibitcy%2Feo-mobile-rapidjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibitcy%2Feo-mobile-rapidjson/lists"}