0

The below Code when executed appends 'L' to the integer, is there any ways to avoid it?

>>> import json
>>> d='{"id":1092381230129831120398213}'
>>> print(json.loads(d))
{u'id': 1092381230129831120398213L}
Abhishek Moondra
  • 85
  • 1
  • 1
  • 6

0 Answers0