MCPcopy Create free account
hub / github.com/Kitware/CMake / RapidDeserializer

Method RapidDeserializer

Utilities/cmcppdap/src/rapid_json_serializer.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace json {
24
25RapidDeserializer::RapidDeserializer(const std::string& str)
26 : doc(new rapidjson::Document()) {
27 doc->Parse(str.c_str());
28}
29
30RapidDeserializer::RapidDeserializer(rapidjson::Value* json) : val(json) {}
31

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
ParseMethod · 0.45

Tested by

no test coverage detected