osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

XML to JSON converter - it failed on very big number #226

Closed greenlaw110 closed 4 years ago

greenlaw110 commented 4 years ago

Converting the following XML data to JSON will raise NumberFormatException with message "For input string: \"1004400740201409030005092168\""

<xml>
    <transaction_id>1004400740201409030005092168</transaction_id>
</xml>