Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
void 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
138
void array_range_based_for_loop()
139
{
Callers
1
main
Function · 0.85
Calls
1
pretty_print
Function · 0.85
Tested by
no test coverage detected