We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Since you updated rapidjson to 1.1.0 it's possible to take advantage of the new api to parse a std::string without converting it to a char*.
std::string
char*
I can prepare a PR if you are ok with the idea
The text was updated successfully, but these errors were encountered:
Go ahead with the PR.
Sorry, something went wrong.
The new API seems to works only with Document, not generic SAX interface.
Document
No branches or pull requests
Since you updated rapidjson to 1.1.0 it's possible to take advantage of the new api to parse a
std::string
without converting it to achar*
.I can prepare a PR if you are ok with the idea
The text was updated successfully, but these errors were encountered: