| 334 | } |
| 335 | |
| 336 | int 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 |
nothing calls this directly
no test coverage detected