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

Function main

examples/src/jsonpath_location_examples.cpp:239–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239int 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

Callers

nothing calls this directly

Tested by

no test coverage detected