Forked version of MbedJSONValue. I edited the source to allow only two decimal places for a float/double value
Fork of MbedJSONValue by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:0c788cef9bfa | 2015-03-03 | d0773d | NA |
5:1291c4bcef0b | 2012-10-10 | d0773d | I edited line 91 in MbedJSONValue.cpp from:; ; sprintf(buf, "%f", _value.asDouble);; ; ; to:; sprintf(buf, "%.2f", _value.asDouble);; |
4:10a99cdf7846 | 2011-09-22 | samux | (none) |
3:f2ffae08b963 | 2011-09-22 | samux | (none) |
2:e39bfa3e917d | 2011-09-22 | samux | (none) |
1:effaca3e3f84 | 2011-09-22 | samux | (none) |
0:0cf0e27feaad | 2011-09-22 | samux | (none) |