| 167 | } |
| 168 | |
| 169 | int main() |
| 170 | { |
| 171 | std::cout << "\njson_reader examples\n\n"; |
| 172 | |
| 173 | //read_mulitple_json_objects(); |
| 174 | //read_with_stateful_allocator(); |
| 175 | //custom_iterator_source(); |
| 176 | read_json_lines(); |
| 177 | } |
nothing calls this directly
no test coverage detected