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

Function main

examples/src/jmespath_examples.cpp:167–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165#endif
166
167int main()
168{
169 std::cout << "\nJMESPath examples\n\n";
170 search_example();
171 jmespath_expression_example();
172 let_example();
173 expression_with_params_example();
174
175#if defined(_MSC_VER)
176 query_json_lines_in_parallel();
177#endif
178
179 std::cout << "\n";
180}
181

Callers

nothing calls this directly

Calls 5

search_exampleFunction · 0.85
let_exampleFunction · 0.85

Tested by

no test coverage detected