Hello guys,
I have a nested object which will not correct encoded in json.
I spend a lot of time to figure out that on only a custom object toString() is called, which means JSONObject key got result of toString() method and corresponding value is empty.
Now I try to debug whole json encoding process but I don´t know how I can debug it.
Which steps are needed to do it? Is it not possible?
Thank you very much
Newbe