JSON Not converting long numbers appropriately
问题 I have a simple JSON where number is not getting parsed properly. [ { "orderNumber": 1, "customerId": 228930314431312345, "shoppingCartId": 22893031443137109, "firstName": "jjj" } ] I tried it @ http://www.utilities-online.info/xmltojson/ and the result was <?xml version="1.0" encoding="UTF-8" ?> <orderNumber>1</orderNumber> <customerId>228930314431312350</customerId> <shoppingCartId>22893031443137108</shoppingCartId> <firstName>jjj</firstName> As you can see....the XML is different from JSON