JSON
Simple JSON file-based storage for development.Quick Start
File Location
By default, JSON files are stored in:~/.praison/memory/for memory data~/.praison/sessions/for session data
When to Use
✅ Good for:- Local development
- Testing
- Quick prototyping
- Production deployments
- Multi-user applications
- Large datasets

