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

Method get_result

include/jsoncons/json_decoder.hpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 Json get_result()
113 {
114 JSONCONS_ASSERT(is_valid_);
115 is_valid_ = false;
116 return std::move(result_);
117 }
118
119private:
120

Calls

no outgoing calls

Tested by 2

check_parse_cborFunction · 0.64
toon_decode_testsFunction · 0.64