MySQL 9.4.0
Source Code Documentation
merge.h File Reference
#include <optional>
#include <set>
#include <string>

Go to the source code of this file.

Namespaces

namespace  helper
 
namespace  helper::json
 

Functions

std::string helper::json::merge_objects (const std::string &j1, const std::string &j2, const std::set< std::string > &skip_attributes, const std::set< std::string > &overwrite_attributes)
 Merge fields from j2 into j1, which must be JSON objects. More...
 
std::optional< std::string > helper::json::merge_objects (std::optional< std::string > j1, std::optional< std::string > j2, const std::set< std::string > &skip_attributes, const std::set< std::string > &overwrite_attributes)