On 8/8/16 4:23 PM, Steven Schveighoffer wrote:

Indeed, the Json deserializer correctly handles this as a special case:
https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/data/json.d#L1628

I'll note that this is actually wrong in the case of BigInt. A float or
double could much more appropriately handle the BigInt value than an
intermediate long.

-Steve