I currently have an array in my program, and each entry in the array is structured like this:
{'ts': '0', 'ph': '308.8', 'am': '-40.408'}
I want to change the numbers, which are currently stored as strings, to floats, but I'm clueless as to how to do it.
Any help would be greatly appreciated!