You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/17 02:32:01 UTC

[GitHub] [rocketmq-client-go] lizhanhui commented on pull request #846: [ISSUE #845] support standard json

lizhanhui commented on PR #846:
URL: https://github.com/apache/rocketmq-client-go/pull/846#issuecomment-1158419795

   Is it possible to change the deserialization workflow as follows?
   1.  Attempt to parse the response JSON using standard [go JSON library](http://golang.org/pkg/encoding/json/);
   2. Check and catch potential errors, fallback to manual parsing if invalid contents are found;


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org