MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / main

Function main

examples/src/json_merge_patch_examples.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int main()
93{
94 std::cout << "\njson_merge_patch examples\n\n";
95 create_json_merge_patch();
96 apply_json_merge_patch();
97 std::cout << '\n';
98}
99

Callers

nothing calls this directly

Calls 2

create_json_merge_patchFunction · 0.85
apply_json_merge_patchFunction · 0.85

Tested by

no test coverage detected