nlohmann::basic_json::operator+=

add an object to an array

Synopsis

Declared in <nlohmann/json.hpp>
reference
operator+=(basic_json const& val);


Return Value

the type of an element reference

Parameters

Name Description
val The right operand

Created with MrDocs