JSON
Simple JSON file-based storage for development.Quick Start
File Location
By default, JSON files are stored in:~/.praisonai/memory/for memory data~/.praisonai/sessions/for session data
When to Use
✅ Good for:- Local development
- Testing
- Quick prototyping
- Production deployments
- Multi-user applications
- Large datasets
Storage Backend (Advanced)
For training data, sessions, and general persistence, use theFileBackend:

