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