| 186 | return sout.str(); |
| 187 | } |
| 188 | static JSONCPP_STRING useBuiltStyledStreamWriter( |
| 189 | Json::Value const& root) |
| 190 | { |
| 191 | Json::StreamWriterBuilder builder; |
| 192 | return Json::writeString(builder, root); |
| 193 | } |
| 194 | static int rewriteValueTree( |
| 195 | const JSONCPP_STRING& rewritePath, |
| 196 | const Json::Value& root, |
nothing calls this directly
no test coverage detected