MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / parse_string

Method parse_string

src/utility/src/json_store.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54void JsonStore::parse_string(const std::string &data) {
55 auto n = nlohmann::json::parse(data);
56 *this = nlohmann::json::parse(data);
57}
58
59// void JsonStore::merge(const JsonStore &json, const std::string &path) {
60// merge(json, path);

Callers 7

register_ui_panel_qmlMethod · 0.95
__init__Method · 0.95
set_annotationMethod · 0.95
start_ffmpeg_encodeMethod · 0.95
set_version_dataMethod · 0.95
initMethod · 0.80
main_loopMethod · 0.80

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected