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

Function main

examples/src/json_cursor_examples.cpp:238–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238int main()
239{
240 std::cout << "\njson_cursor examples\n\n";
241
242 std::cout << "\n";
243 create_some_json();
244 read_json_parse_events();
245 filtering_a_json_stream();
246 read_nested_objects_to_basic_json();
247 iterate_over_complete_objects1();
248 iterate_over_complete_objects2();
249
250 std::cout << "\n";
251}
252

Callers

nothing calls this directly

Calls 6

create_some_jsonFunction · 0.85
read_json_parse_eventsFunction · 0.85
filtering_a_json_streamFunction · 0.85

Tested by

no test coverage detected