proxygen
|
#include <folly/test/JsonTestUtil.h>
#include <algorithm>
#include <cmath>
#include <folly/Conv.h>
#include <folly/json.h>
#include <folly/lang/Assume.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
bool | folly::compareJson (StringPiece json1, StringPiece json2) |
bool | folly::compareDynamicWithTolerance (const dynamic &obj1, const dynamic &obj2, double tolerance) |
bool | folly::compareJsonWithTolerance (StringPiece json1, StringPiece json2, double tolerance) |