User Documentation¶
Welcome to Vexy JSON! This section contains everything you need to get started and make the most of our forgiving JSON parser.
🚀 Quick Start¶
- Interactive Demo - Try Vexy JSON in your browser
- Getting Started - Installation and basic usage
- Features Overview - What makes Vexy JSON special
📚 API Documentation¶
Choose your preferred language or platform:
- Rust - Native Rust library
- Python - Python bindings
- JavaScript/WASM - WebAssembly for browsers
- CLI Tool - Command-line interface
- Streaming API - Process large JSON files
🎯 How-To Guides¶
Step-by-step guides for common tasks:
- Migration Guide - Switching from other JSON parsers
- JSON Repair - Fix broken JSON automatically
- Error Handling - Handle parsing errors gracefully
- Troubleshooting - Common issues and solutions
📖 Reference¶
- Release Notes - Version history and changes
- Configuration Options - All parser options
- Error Types - Complete error reference
💡 Examples¶
Real-world usage examples:
- Configuration Files - Parse config files with comments
- API Responses - Handle malformed API data
- Log Processing - Process JSON logs