Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if define RAPIDJSON_HAS_STDSTRING, FindMember use std::string, but it
also use internal::StrLen to get the string lengtht, when it call FindMember(StringRef(name)). Now use GenericValue construct it, then can use the std::string.size. now it will be faster.
- Loading branch information