Assign to this object an array initialized from rhs.

Synopsis

Declared in <bdljsn_json.h>

Json&
operator=(JsonArray const& rhs);

Description

Assign to this object a value of type JsonArray initialized from the specified rhs, and return a reference providing modifiable access to this object. The value currently held by this object (if any) is destroyed if that value's type is not JsonArray.

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

source array

Created with MrDocs