DonutEspresso / big-json

A stream based implementation of JSON.parse and JSON.stringify for big POJOs
MIT License
114 stars 9 forks source link

feat(promises): async methods now support cb and promises #17

Closed DonutEspresso closed 4 years ago

DonutEspresso commented 4 years ago

Inspired by #16.

FYI @JasinYip

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.4%) to 98.413% when pulling 1e1f640b68e1cb03a1ab009795a011e18ae33ee5 on promisify into f9cf94da02760392fee04cd0820ff884c4004613 on master.

DonutEspresso commented 4 years ago

Released as v3.1.0

JasinYip commented 4 years ago

Amazing! Thank you!