FOLLY_EXPECT_JSON_EQ

GTest predicate asserting two JSON strings are equal documents.

Synopsis

Declared in <folly/json/JsonTestUtil.h>

#define FOLLY_EXPECT_JSON_EQ(json1, json2)

Parameters

NameDescription
json1The first JSON string.
json2The second JSON string.