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

Function make_empty_array

examples/src/array_examples.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void make_empty_array()
132{
133 std::cout << "empty array" <<'\n';
134 json a(json_array_arg);
135 std::cout << pretty_print(a) << '\n';
136}
137
138void array_range_based_for_loop()
139{

Callers 1

mainFunction · 0.85

Calls 1

pretty_printFunction · 0.85

Tested by

no test coverage detected