This package is designed to work with the native JSON
object as much as possible.
See docs/API.md for detailed API References
Turns on debugging logs.
const json = require('@whi/json');
json.logging(); // show debug logs
- Developed using Node.js
v12.20.0
No build required. Vanilla JS only.
To run all tests with logging
make test-debug
make test-unit-debug
- Unit tests onlymake test-integration-debug
- Integration tests only
NOTE: remove
-debug
to run tests without logging