| 4467 | } |
| 4468 | |
| 4469 | JSONCPP_STRING valueToQuotedString(const char* value) { |
| 4470 | return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); |
| 4471 | } |
| 4472 | |
| 4473 | // Class Writer |
| 4474 | // ////////////////////////////////////////////////////////////////// |
no test coverage detected