VasuDevrani commented on issue #2302: URL: https://github.com/apache/kvrocks/issues/2302#issuecomment-2118647215
im struggling with parsing the output to json,[ this line of ](https://github.com/VasuDevrani/kvrocks/blob/unstable/src/server/server.cc?plain=1#L1188) code outputs string which looks like `"# Clients\r\nmaxclients:10000\r\nconnected_clients:1\r\nmonitor_clients:0\r\nblocked_clients:0\r\n"` using `jsoncons::json::parse` throws ser_error (unsupported format) and I should not directly append the string as is to the json. should i create a custom parsing function? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
