Same as the related overload above for Json.
Declared in <bdljsn_json.h>
explicit
Json(
std::string_view const& string,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| string | UTF-8 string value to store |
| basicAllocator | memory allocator; null uses the default |