Same as the related overload above for Json.

Synopsis

Declared in <bdljsn_json.h>

explicit
Json(
    std::string_view const& string,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

string

UTF‐8 string value to store

basicAllocator

memory allocator; null uses the default

Created with MrDocs