Same as the related overload above for operator=.

Synopsis

Declared in <bdljsn_json.h>

Json&
operator=(std::string_view const& rhs);

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

UTF‐8 string value

Created with MrDocs