| 107 | } |
| 108 | |
| 109 | int main() |
| 110 | { |
| 111 | std::cout << "\njsonpatch examples\n\n"; |
| 112 | create_a_json_patch(); |
| 113 | jsonpatch_add_add(); |
| 114 | jsonpatch_add_add_add_failed2(); |
| 115 | jsonpatch_add_add_add_failed1(); |
| 116 | std::cout << '\n'; |
| 117 | } |
| 118 |
nothing calls this directly
no test coverage detected