nlohmann::basic_json<>::diff

Synopsis

Declared in <nlohmann/json.hpp>

[[nodiscard]]
static
basic_json<>
diff(
    basic_json<> const& source,
    basic_json<> const& target,
    string_t const& path = "");

Return Value

NOTE

The return value should not be discarded.