json-parse-bigint
Version:
convert all the big integers to string in JSON before JSON.parse
25 lines (24 loc) • 502 B
JSON
{
"name": "json-parse-bigint",
"version": "1.0.4",
"description": "convert all the big integers to string in JSON before JSON.parse",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/whuter/json-parse-bigint.git"
},
"keywords": [
"json",
"bigint",
"big",
"integer",
"number",
"parse",
"precision"
],
"author": "whuter",
"license": "MIT"
}