Serialize a dynamic into a json string with indentation. Note that the keys of all objects will be sorted.
Declared in <folly/json/json.h>
<folly/json/json.h>
std::string toPrettyJson(dynamic const& value);
The pretty-printed JSON string.