JSON Voorhees
Killer JSON for C++
|
These rules will recursively merge everything they can and coerce all values. More...
#include <jsonv/algorithm.hpp>
Public Member Functions | |
virtual value | resolve_same_key (path &¤t_path, value &&a, value &&b) const override |
Recursively calls merge_explicit with the two values. More... | |
virtual value | resolve_type_conflict (path &¤t_path, value &&a, value &&b) const override |
Calls coerce_merge to combine the values. More... | |
These rules will recursively merge everything they can and coerce all values.
Definition at line 341 of file algorithm.hpp.
|
overridevirtual |
Recursively calls merge_explicit
with the two values.
Implements jsonv::merge_rules.
|
overridevirtual |
Calls coerce_merge
to combine the values.
Implements jsonv::merge_rules.