MCPcopy Create free account
hub / github.com/MITK/MITK / to_json

Method to_json

Modules/PythonInstaller/src/mitkPipPackageInfo.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void mitk::to_json(nlohmann::ordered_json& j, const PipInstallGroup& g)
37{
38 j["requirements"] = g.requirements;
39 j["indexUrl"] = g.indexUrl;
40 j["extraPipArgs"] = g.extraPipArgs;
41}
42
43// --- PostInstallStep JSON ---
44

Calls

no outgoing calls