| 323 | } |
| 324 | |
| 325 | JSONCPP_STRING valueToQuotedString(const char* value) { |
| 326 | return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); |
| 327 | } |
| 328 | |
| 329 | // Class Writer |
| 330 | // ////////////////////////////////////////////////////////////////// |
no test coverage detected