| 26 | static bool isValidUTF8(fleece::slice sl) noexcept; |
| 27 | |
| 28 | static std::string toJSONString(const Value *v) { |
| 29 | return v ? v->toJSONString() : "undefined"; |
| 30 | } |
| 31 | |
| 32 | |
| 33 | static void checkDelta(const char *json1, const char *json2, const char *deltaExpected) { |
no test coverage detected