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

Function main

examples/src/wjson_examples.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int main()
80{
81 std::cout << "\nwjson examples\n\n";
82 wjson_object();
83 //wjson_escape_u2();
84 wjson_surrogate_pair();
85 std::cout << '\n';
86}
87
88

Callers

nothing calls this directly

Calls 2

wjson_objectFunction · 0.85
wjson_surrogate_pairFunction · 0.85

Tested by

no test coverage detected