vanita5 / mastodon-api

Mastodon API Client Library
MIT License
122 stars 21 forks source link

add json-bigint to parse big activitypub_id #15

Open lesion opened 5 years ago

lesion commented 5 years ago

the largest number Javascript can represent is 2^53 while activitypub_id in mastodon could reach 2^64

waiting for a better BigInt support in javascript (see https://github.com/tc39/proposal-bigint) I'm using json-bigint to parse JSON and correctly retrieve activitypub_id