MCPcopy Create free account
hub / github.com/documentdb/documentdb / BsonValueToJsonForLogging

Function BsonValueToJsonForLogging

pg_documentdb_core/src/io/pgbson.c:340–345  ·  view source on GitHub ↗

* BsonValueToJsonForLogging converts a bson_value structure to an extended json syntax string. */

Source from the content-addressed store, hash-verified

338 * BsonValueToJsonForLogging converts a bson_value structure to an extended json syntax string.
339 */
340const char *
341BsonValueToJsonForLogging(const bson_value_t *value)
342{
343 bool quoteStrings = true;
344 return BsonValueToJsonForLoggingCore(value, quoteStrings);
345}
346
347
348/*

Calls 1

Tested by

no test coverage detected