cJSON icon indicating copy to clipboard operation
cJSON copied to clipboard

Add long values support

Open xdars opened this issue 5 years ago • 3 comments

During working with Telegram Bot API with cJSON library for parsing values, I've faced an issue. The issue is this: I was unable to get identifier value from response - -1001182111522 - obviously, according to cJSON parse_number function, such value was never going to be stored in item->valueint. Sure, let it go - but why not try to store the value anyways, but as long?

xdars avatar Jan 13 '20 14:01 xdars