Open pathornteng opened 6 months ago
At the same time, is it best to maintain consistency in the field naming of SDK deserialization results in different languages?
Yes, it is. Where do you find a mismatch?
I want work on this issue pls assign it to me.
You got it! Assigned!
hey @hendrikebbers @SimiHunjan @AbhiSharmaNIT , i would like to take this forward
@AbhiSharmaNIT still working on this?
Problem
Currently, our toString function on any object does not return a proper string; instead, it returns an object. We should implement an internal function that serializes a JSON object into a string.
The following code will print
[object object]
Solution
toString
function for all classesAlternatives
No response