nlohmann::basic_json::merge_patch

applies a JSON Merge Patch

Synopsis

Declared in <nlohmann/json.hpp>

void
merge_patch(basic_json const& apply_patch);

Parameters

NameDescription
apply_patchthe JSON Merge Patch (RFC 7386) document to apply