The result returned from webapi shown below
[{
"id": 1,
"name": "TEST 1",
"no": 35797506102858582
}]
The value of the "no" property is returned wrongly as 35797506102858584 when json result displayed. Ex:https://jsoneditoronline.org/?id=6f97f53689e24222ba931bdeee70f836
What is the cause of the problem ? How can i fix..