Hi,
If I have a value (float_32) 22.648274618 and I am using Json to output my data I use the real function of Json. This works great but now I would like the Json output to only 22.648 and not the whole number.
Is this possible and how?