From ccb86d20f99241508220ca75c896d88dacff9911 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Fri, 20 Feb 2015 11:53:12 -0600 Subject: [PATCH] commentStyle None --- FAQ.mediawiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.mediawiki b/FAQ.mediawiki index d8bd232..81eddeb 100644 --- a/FAQ.mediawiki +++ b/FAQ.mediawiki @@ -16,6 +16,9 @@ Json::Reader reader(Json::Features::strictMode()); ``` See e.g. [https://github.com/open-source-parsers/jsoncpp/issues/39 issue #39]. +== Why has the formatting changed to write a single value per line? = +You need *commentStyle* `"None"`. See [issue #181](https://github.com/open-source-parsers/jsoncpp/issues/181). + = Project = == Where are the API docs? == In a separate repo, to minimize the size of the code repo.