value::operator= Operator
Assignment operator.
_ASYNCRTIMP value &operator=(
const value &
);
_ASYNCRTIMP value &operator=(
value &&
);
Return Value
The JSON value object that contains the result of the assignment.
Requirements
Header: json.h
Namespace: web::json