Commits

Philipp A. Hartmann authored 17a8804cf3c
document.h: add GenericMemberIterator Add dedicated class-based member iterator to prepare the switch to a (safe) API change to return MemberEnd() from FindMember(). Pointer-based iterator can be kept by defining RAPIDJSON_NOMEMBERITERATORCLASS. This may be useful for platforms without a working <iterator> header.