@hyperjump/better-json-schema-errors
    Preparing search index...

    @hyperjump/better-json-schema-errors

    Hyperjump - Better JSON Schema Errors

    TODO: Write a short description of the package

    This module is designed for node.js (ES Modules, TypeScript) and browsers. It should work in Bun and Deno as well, but the test runner doesn't work in these environments, so this module may be less stable in those environments.

    npm install @hyperjump/better-json-schema-errors
    

    TODO: Write some examples

    https://better-json-schema-errors.hyperjump.io/modules.html

    Contributions are welcome! Please create an issue to propose and discuss any changes you'd like to make before implementing it. If it's an obvious bug with an obvious solution or something simple like a fixing a typo, creating an issue isn't required. You can just send a PR without creating an issue. Before submitting any code, please remember to first run the following tests.

    • npm test (Tests can also be run continuously using npm test -- --watch)
    • npm run lint
    • npm run type-check