Hi folks!
We need to retrieve a lot of float information from JSON files but the only get() helper we found in your lib is the get_double() which returns an 8byte double variable.
This is a serious performance issue due to conversion we need to do to float value.
¿Can you help use about?
¿Can you please guide us and tell if we have some f(x) to get 4byte float in your lib?
Thanks.