Thank you so much ScruffR!
It worked fine.
I would like to ask another question:
My current output looks like this, when I click “view events from a terminal”:
I would like to make it look like this:

The reason for this is that I need to parse the JSON, especially the “data” which stores the temperature values into Unity using JSON Utility. I am a beginner at this as well and I am pretty sure an output like mine on picture 1 won’t work, because I think it should dynamically update the values and not write a new line one by one for the JSON Utility to know what value is the latest.
Is there any way to do this? Or does it even matter if it’s dynamically updated on a single line instead of creating a new one for every event?
Best regards!