MongoDB C++ Driver current
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
json.hpp File Reference

Description

Provides utilities to convert between BSON and JSON representations.

Go to the source code of this file.

Namespaces

namespace  bsoncxx
 The top-level namespace within which all bsoncxx library entities are declared.
 
namespace  bsoncxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
 

Enumerations

enum class  bsoncxx::v_noabi::ExtendedJsonMode : std::uint8_t
 An enumeration of the types of Extended JSON that the to_json function accepts. More...
 

Functions

document::value bsoncxx::v_noabi::from_json (stdx::string_view json)
 Constructs a new document::value from the provided JSON text.
 
document::value bsoncxx::v_noabi::operator""_bson (char const *json, size_t len)
 Constructs a new document::value from the provided JSON text. This is the UDL version of from_json().