If true then ints and uints are returned as JSON serializable numbers when
less than or equal to 53 bit length, otherwise string wrapped integers when larger than 53 bits.
If false, they are returned as js native bigints which are not JSON serializable.
If true then ints and uints are returned as JSON serializable numbers when less than or equal to 53 bit length, otherwise string wrapped integers when larger than 53 bits. If false, they are returned as js native
bigint
s which are not JSON serializable.