mircopython json.dumps just returns object reference rather than the string value of the object
I don't do python very often but just playing with a raspberry pi pico, so I'm using micropython I have an instance of an object that I want to serialise as json to send to a backend. class Heartbeat: def…