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

Function working_with_ubjson_2

examples/src/ubjson_examples.cpp:119–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void working_with_ubjson_2()
120{
121 // Parse the string of data into a std::vector<double> value
122 auto val = ubjson::decode_ubjson<std::vector<double>>(data);
123
124 for (auto item : val)
125 {
126 std::cout << item << "\n";
127 }
128}
129
130void working_with_ubjson_3()
131{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected