Like compareJson, but with dynamic instances.
Declared in <folly/json/JsonTestUtil.h>
bool
compareDynamicWithNestedJson(
dynamic const& obj1,
dynamic const& obj2,
unsigned int strNestingDepth);
True if both dynamics represent the same document.
| Name | Description |
|---|---|
| obj1 | The first dynamic. |
| obj2 | The second dynamic. |
| strNestingDepth | How many levels of JSON-in-string to compare. |