| 44 | } |
| 45 | |
| 46 | void JSONConverter::reset() { |
| 47 | jsonsl_reset(_jsn); |
| 48 | _jsonError = JSONSL_ERROR_SUCCESS; |
| 49 | _errorPos = 0; |
| 50 | } |
| 51 | |
| 52 | const char* JSONConverter::errorMessage() noexcept { |
| 53 | if (!_errorMessage.empty()) |
nothing calls this directly
no outgoing calls
no test coverage detected