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

Function main

examples/src/json_reader_examples.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int 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}

Callers

nothing calls this directly

Calls 1

read_json_linesFunction · 0.85

Tested by

no test coverage detected