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

Function main

examples/src/basics_examples.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int main()
167{
168 std::cout << "\nBasics\n\n";
169 basics_json_example1();
170 basics_json_example2();
171 std::cout << '\n';
172}
173

Callers

nothing calls this directly

Calls 2

basics_json_example1Function · 0.85
basics_json_example2Function · 0.85

Tested by

no test coverage detected