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

Function main

examples/src/json_parser_examples.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int main()
88{
89 std::cout << "\njson_parser examples\n\n";
90
91 incremental_parsing_example();
92 parse_nan_replacement_example();
93
94 std::cout << '\n';
95}
96
97
98

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected