Alias type.
Source position: fpjson.pp line 72
type TJSONLargeInt = Int64;
TJSONLargeInt resolves to the largest possible integer type for the current platform. This is NativeInt for Pas2JS and Int64 for all other platforms.