JSON
JSON copied to clipboard
Add tests for decoding Int64
Any idea why this fails to decode?
I guess I figured it out. The number in the JSONSerialization is a NSNumber where the other is a swift Int and can't cast to Int64. Not sure how to fix this though