![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "helper/json/merge.h"#include "helper/json/rapid_json_to_text.h"#include "helper/json/text_to.h"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) |