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