1
gitpush
6y

Python again

So if I use json.dumps or jsonpickle with request.post(json=json.dumps())
OR
request.post(json=jsonpickle.encode)

Body is received cannot be understood by the service (NodeJs)
BUT
if I do: myObject.__dict__
all is good O_O

Can anyone please explain to the noob me why that happened?

Comments
Add Comment