📋 Changelog

What's new in JSON Guardian

← Back to Home
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 schema
  • POST /api/v1/repair - Repair malformed JSON
  • POST /api/v1/enforce - Validate + repair combined
  • POST /api/v1/batch - Batch validation
  • GET /api/v1/usage - Check usage stats
  • POST /api/v1/keys - Create API keys
  • GET /health - Health check

Want to be notified of new releases?

Subscribe to Updates →