TNeuschwanger
Champion Level 3
4 years agoRe: How encoding/Decoding of Grpc proto parameters processed in ReadAPI during .proto file import
Hello Guru2
I am not familiar with grpc protocol, but your sample looks a little JSON ish... I will just base this suggestion on what I am guessing is JSON request and response... I could be completely off track so discard if this has nothing to do with JSON. 🙂
I am pretty sure JSON has no specification for order. If you provide original JSON and send it to any JSON interpreter, you might not get the same result in its output as originally consumed. I have seen code samples to force JSON to keep order, but if I am on the wrong track here to begin with, I don't want to spend time continuing research on that. If this is JSON related, you would need to sort both input and output to be consistent for comparison.
Regards,
Todd