| 4516 | } |
| 4517 | |
| 4518 | JSONCPP_STRING valueToQuotedString(const char* value) { |
| 4519 | return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); |
| 4520 | } |
| 4521 | |
| 4522 | // Class Writer |
| 4523 | // ////////////////////////////////////////////////////////////////// |
no test coverage detected