|
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 |
Answered by
Duansg
Aug 7, 2025
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. |
2 replies
Answer selected by
delei
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.