exceeding LONG.MAX_VALUE in JSON Simple parser
问题 I am currently using the JSON Simple library for parsing JSON in my application. I have run into an issue while parsing that is throwing the following error: java.lang.NumberFormatException: For input string: "107701583138930170002" I have narrowed this down to what I believe is the issue, the number is to big to be a LONG type. The problem is that I do not have control over this number otherwise I would make it a string. Is there a way to make JSON Simple parse this into a BigInt instead of