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 03:41:26 UTC

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

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

   > 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;
   
   I think it is worthless to Attempt the first time to parse standard json, because in most case it will fail


-- 
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