ToJson
Function Usage
Obtains the JSON data of a process.
Prototype
1 | std::string Stream::ToJson() const; |
Response Parameters
Data Structure |
Description |
|---|---|
std::string |
JSON data string of a process |
Parent topic: Stream
Obtains the JSON data of a process.
1 | std::string Stream::ToJson() const; |
Data Structure |
Description |
|---|---|
std::string |
JSON data string of a process |