-
When using the HTTP protocol, if the sample data returned by an API is as follows. How can it be parsed? {
"resInfo": "{\"startupTime\":1753663214197,\"reportTime\":1754448408937,\"cpuUsage\":0.0,\"memoryUsage\":0.31460491608987645,\"availablePhysicalMemorySize\":10.62,\"reservedMemory\":0.1,\"diskAvailable\":340.78,\"processId\":1661,\"serverStatus\":\"NORMAL\",\"host\":\"127.0.0.1\",\"port\":1111}",
"createTime": "2025-01-01 08:40:14"
}
The |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, I also encountered this issue when connecting to custom endpoints. As far as I know, this data structure cannot be parsed at present. Unless you adjust However, I previously added this feature as an extra, but did not perform additional testing. If you are not in a hurry, I can organize it in the next few days and add this feature. |
Beta Was this translation helpful? Give feedback.
-
Hi, @delei I have submitted PR #3645. The specific problem I encountered is recorded in [#3644] linked here. Please feel free to review it and discuss it. |
Beta Was this translation helpful? Give feedback.
Hi, @delei I have submitted PR #3645. The specific problem I encountered is recorded in [#3644] linked here. Please feel free to review it and discuss it.