Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
namespace json {
24
25
RapidDeserializer::RapidDeserializer(const std::string& str)
26
: doc(new rapidjson::Document()) {
27
doc->Parse(str.c_str());
28
}
29
30
RapidDeserializer::RapidDeserializer(rapidjson::Value* json) : val(json) {}
31
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.80
Parse
Method · 0.45
Tested by
no test coverage detected