[#FOLLY_EXPECT_JSON_EQ] = FOLLY_EXPECT_JSON_EQ :mrdocs: GTest predicate asserting two JSON strings are equal documents. == Synopsis Declared in `<folly/json/JsonTestUtil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_EXPECT_JSON_EQ(json1, json2) ---- == Parameters [cols="1,4"] |=== | Name| Description | *json1* | The first JSON string. | *json2* | The second JSON string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#