| 237 | } |
| 238 | |
| 239 | int main() |
| 240 | { |
| 241 | std::cout << "\njsonpath location examples\n\n"; |
| 242 | |
| 243 | remove_selected_books(); |
| 244 | |
| 245 | convert_normalized_path_to_json_pointer(); |
| 246 | |
| 247 | remove_selected_books_in_one_step(); |
| 248 | |
| 249 | replace_example(); |
| 250 | |
| 251 | std::cout << "\n"; |
| 252 | } |
| 253 |
nothing calls this directly
no test coverage detected