From 5b17453eec18f408caa5eb3a901c73cef5351bbc Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Thu, 14 Dec 2023 11:03:43 +0100 Subject: [PATCH] docs: add `json-custom-numbers` to the list with alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1819d90..cc2a3e1 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ new LosslessNumber(value: number | string) : LosslessNumber Similar libraries: +- https://github.com/jawj/json-custom-numbers - https://github.com/sidorares/json-bigint - https://github.com/nicolasparada/js-json-bigint - https://github.com/epoberezkin/json-source-map