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
Name
Description
apply_patch
a class to store JSON values
Created with
MrDocs