applies a JSON Merge Patch
Synopsis
Declared in <nlohmann/json.hpp>
void
merge_patch(basic_json const& apply_patch);
Parameters
Name |
Description |
apply_patch |
the JSON Merge Patch (RFC 7386) document to apply |
Created with MrDocs