This is (yet another) a GitHub SVN mirror of the [Rapidjson library] 1, a fast [JSON] 2 parser/generator for C++ with both SAX/DOM style API.
- Copyright
(c) 2011 Milo Yip (miloyip@gmail.com, GitHub: miloyip)
(c) 2013-2014 Philipp A. Hartmann (pah@qo.cx) (maintainer of this fork) - License: [MIT license] 3
- Original project website: http://code.google.com/p/rapidjson/
- Documentation: See the official project [
readme.md
] 4 and the [user guide] 5.
Note: This repository is about to become obsolete, now that the upstream development has moved to [GitHub] 7, maintained by Rapidjson's orignal author. See my GitHub fork for upstream contributions.
The main branches in this repository are the following:
-
master
This branch, augmented with this README, including all additional enhancements and fixes (superset offor-upstream
). -
for-upstream
A branch with patches that have been submitted upstream. -
upstream
A branch following the upstream development at GitHub. -
svn/trunk
The actual SVN mirror of the official project repository. -
svn/authors
Helper branch (detached history) to hold the SVN <-> Git author mappings. See the separate [README] 8.
The more important enhancements are tracked in individual feature branches
with accompanying discussion in a local pull-request. These feature
branches are based on the upstream
branch to enable individual
upstream merging, if applicable.
Additionally, all enhancements are available in my GitHub fork and have an associated pull-request in the upstream repository.
The local master
branch has the features merged already.
This currently includes the following features: