json-schema-compare

JSON →
library 0.2.2 ·javascript
verified Jun 7, 2026

Compare JSON schemas intelligently, ignoring order and normalization differences. Version 0.2.2 is the latest stable release. The library handles sorting of arrays (like required, enum, type, dependencies), treats undefined/true/{} as equivalent, and allows ignoring specific keywords via options. It is designed for JSON schema comparison in Node.js, with CommonJS support only.