MCPcopy Create free account
hub / github.com/couchbase/fleece / toJSONString

Function toJSONString

Tests/DeltaTests.cc:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

checkDeltaFunction · 0.85

Calls 1

toJSONStringMethod · 0.45

Tested by

no test coverage detected