netheril96 / StaticJSON

Fast, direct and static typed parsing of JSON with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overload from_json_string to support std::string

dvd0101 opened this issue · comments

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*.

I can prepare a PR if you are ok with the idea

Go ahead with the PR.

The new API seems to works only with Document, not generic SAX interface.