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

Function main

examples/src/readme_examples.cpp:336–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336int main()
337{
338 std::cout << "\nReadme examples\n\n";
339
340 playing_around();
341 as_a_variant_like_structure();
342 as_a_strongly_typed_cpp_structure();
343 with_cursor_level_access();
344 as_a_filtered_stream_of_json_events();
345 std::cout << '\n';
346}
347

Callers

nothing calls this directly

Tested by

no test coverage detected