Using an id of `1616867757123793000`, the jsonapi decoded the value into `1616867757123792896`. Any idea what's wrong? ex: ```golang type r struct { ID int64 `jsonapi:"primary,r" json:"id"` } ``` json ```json {"id":"1616867757123793000"} ``` after decode: ``` 1616867757123792896 ```
Using an id of
1616867757123793000, the jsonapi decoded the value into1616867757123792896. Any idea what's wrong?ex:
json
{"id":"1616867757123793000"}after decode: