v1.0.0
Latest
February 6, 2026
Initial public release of JSON Guardian! 🎉
✨ Features
- JSON Schema validation (Draft 7 compliant)
- Automatic JSON repair for common syntax errors
- Schema enforcement with combined validate + repair
- Batch validation endpoint for multiple documents
- API key management and usage tracking
- Rate limiting per API key
⚡ Performance
- Sub-10ms average response time
- 3,000+ requests per second throughput
- Optimized Rust implementation
🔧 API Endpoints
POST /api/v1/validate- Validate JSON against schemaPOST /api/v1/repair- Repair malformed JSONPOST /api/v1/enforce- Validate + repair combinedPOST /api/v1/batch- Batch validationGET /api/v1/usage- Check usage statsPOST /api/v1/keys- Create API keysGET /health- Health check
Want to be notified of new releases?
Subscribe to Updates →