json-custom-numbers

v1.0.2
JSON parser enabling custom number parsing
json bigint parse custom crockford

test

node test.mjs

buildEsm

esbuild src/parse.mjs --bundle --platform=neutral --target=es2015 --minify --format=esm --outfile=dist/index.mjs

buildCjs

esbuild src/parse.mjs --bundle --platform=neutral --target=es2015 --minify --format=cjs --outfile=dist/index.js

build

npm run test && npm run buildEsm && npm run buildCjs

Metadata

  • MIT
  • Whatever
  • George MacKerron
  • released 5/21/2023

Downloads

Maintainers