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

Function main

examples/src/byte_string_examples.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int main()
84{
85 std::cout << "byte_string examples" << "\n\n";
86 construct_json_byte_string();
87 serialize_json_byte_string();
88 retrieve_json_value_as_byte_string();
89}
90
91

Callers

nothing calls this directly

Tested by

no test coverage detected