Home › Forum › Support › Jason / bash script › Reply To: Jason / bash script
August 26, 2017 at 2:17 pm
#4807
Keymaster
Yes, those two values are applied a calibration function and the return was numerical, while for the others the JSON encoder handled them as strings. Numbers don’t need the quotes, while other types do.
While this has no impact on parsing (JSON with number in quotes is still valid), this has been fixed to drop quotes on all other numbers.
