Commit 3cf7228f authored by Milo Yip's avatar Milo Yip

Port documentation fix from #407

parent 3517aca3
...@@ -320,7 +320,7 @@ std::stringstream ss(json); ...@@ -320,7 +320,7 @@ std::stringstream ss(json);
IStreamWrapper is(ss); IStreamWrapper is(ss);
Document d; Document d;
d.Parse(is); d.ParseStream(is);
~~~~~~~~~~ ~~~~~~~~~~
Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due to internal overheads of the standard library. Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due to internal overheads of the standard library.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment