Closed
Description
There are a bunch of rapidjson forks available on GitHub already, each with a different set of fixes and with differing histories. See for instance (skipped the ones without any additional fixes/features beyond the current trunk
):
- chrismanning/rapidjson (by @chrismanning, with C++11 integration)
- kanma/rapidjson (by @Kanma, several additions)
- pah/rapidjson (my personal fork, see
svn/trunk
branch for SVN history) - rjeczalik/rapidjson (by @rjeczalik, Cmake integration, Git submodules)
Is there any chance to merge those repositories to be based on a single, "official" SVN mirror here at GitHub? Even if the current upstream development of rapidjson seems to have slowed down, maybe a more collaborative model could help to keep the project alive and to join forces among the current users.
Thanks for your work on rapidjson!