uint? Full 32 bits?
Created by: shovemedia
I'll admit being a C++ noob, but I can't for the life of me figure out how to parse a full 32 bit number into a uint. For values greater than 2^31, I end up with 2147483647. I can use a double and get close (the least significant bits are off) but ...
Basically, I'm trying different variations of const uint a = jsonObj.get("myInt");
Thanks for the lib -- I definitely owe you a donation already.