ToJson
Function Usage
Converts a plugin object into a JSON object.
Prototype
1 | std::string PluginNode::ToJson() const; |
Response Parameters
Data Structure |
Description |
|---|---|
std::string |
String of the plugin JSON object |
Parent topic: PluginNode
Converts a plugin object into a JSON object.
1 | std::string PluginNode::ToJson() const; |
Data Structure |
Description |
|---|---|
std::string |
String of the plugin JSON object |