[#nlohmann-basic_json-00-merge_patch] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-00.adoc[basic_json]::merge_patch :relfileprefix: ../../ :mrdocs: applies a JSON Merge Patch == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void merge_patch(xref:nlohmann/basic_json-00.adoc[basic_json] const& apply_patch); ---- == Parameters [cols=2] |=== | Name | Description | *apply_patch* | a class to store JSON values |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#