Feature request: excluding float support
Would it be interesting to add a configuration to disable support for floats to reduce the flash size? In my arduino code I avoid using them but when I check the listing file I see many json calls to float functions. Or could it be possible to let the compiler disable support because I never ask for a float while parsing the Json?