An open API service indexing awesome lists of open source software.

https://github.com/letmaik/valijson-wasm

valijson in the browser
https://github.com/letmaik/valijson-wasm

json-schema-validator wasm

Last synced: 4 months ago
JSON representation

valijson in the browser

Awesome Lists containing this project

README

        

# valijson-wasm

An online JSON Schema validator using [valijson](https://github.com/tristanpenman/valijson), compiled to [WebAssembly](https://webassembly.org/) with [Emscripten](https://emscripten.org/).

[https://letmaik.github.io/valijson-wasm/](https://letmaik.github.io/valijson-wasm/)

## Contributing

**Update to a new valijson release**: Bump the `valijson` submodule, fix potential code issues, and submit a pull request. Only tagged releases will be accepted.