UNPKG

customized-json

Version:

A JSON parser that allows users to overwrite default parsing behavior by customized rules defined in a user-defined function that provides more useful parameters than the reviver function of JSON.parse().

31 lines (30 loc) 877 B
{ "name": "customized-json", "version": "0.1.0", "description": "A JSON parser that allows users to overwrite default parsing behavior by customized rules defined in a user-defined function that provides more useful parameters than the reviver function of JSON.parse().", "main": "./src/index.js", "scripts": { "test": "jest ./tests/ --coverage", "dist": "standard ./src/**/*.js && yarn test", "prepublishOnly": "yarn && yarn dist" }, "repository": "https://github.com/SebastianG77/customized-json.git", "keywords": [ "JSON", "parse", "reviver", "custom", "customize", "function", "user-defined", "individual" ], "author": "SebastianG", "license": "MIT", "private": false, "devDependencies": { "coveralls": "^3.1.0", "jest": "^26.6.3", "standard": "^16.0.3" } }