dropbox / json11

A tiny JSON library for C++11.
MIT License
2.54k stars 613 forks source link

Number size issue. #126

Closed gantzm closed 5 years ago

gantzm commented 5 years ago

I have some JSON that contains an integral number that fits in 64 bits but not 32 bits. Both int_value() and number_value() give me truncated values. Is there any way to get the string value of this item so I can parse it as a 64 bit number?