| 236 | } |
| 237 | |
| 238 | int 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 |
nothing calls this directly
no test coverage detected