add an object to an object

Synopsis

Declared in <nlohmann/json.hpp>

void
push_back(object_t::value_type const& val);

Parameters

Name

Description

val

key‐value pair to insert into the object

Created with MrDocs