This commit is contained in:
Christopher Dunn
2015-01-26 11:23:31 -06:00
parent 3b5f2b85ca
commit 38042b3892
2 changed files with 8 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ root["encoding"] = getCurrentEncoding();
root["indent"]["length"] = getCurrentIndentLength();
root["indent"]["use_space"] = getCurrentIndentUseSpace();
// (NEW IN 1.4.0)
// To write into a steam with minimal memory overhead,
// create a Builder for a StreamWriter.
Json::StreamWriterBuilder builder;