GTest predicate asserting two JSON strings are equal, comparing one level of nested JSON‐in‐string.
Synopsis
Declared in <folly/json/JsonTestUtil.h>
#define FOLLY_EXPECT_JSON_WITH_NESTED_JSON_EQ(json1, json2)
Parameters
Name |
Description |
json1 |
The first JSON string. |
json2 |
The second JSON string. |
Created with MrDocs