Open yuriyz opened 3 months ago
Issue can be workarounded with following code:
parsed = JSONObject('{\"accountNumber\":7030934608, \"exp\":1722516607, \"iat\":1722513007}')
jsonWebResponse.getClaims().load(parsed)
which results in correct json
{
"accountNumber": 7030934608,
"exp": 1722516607,
"iat": 1722513007
}
Describe the issue
Following jython code does not recognize
3456
number.Steps To Reproduce
Run jython script with long number
3456
Expected behavior
Long number is recognized and json is produced
{"accountNumber3": 3456}
Actual behavior
Support: 11888