Convert CSV data to JSON format and vice versa. Perfect for data processing, API integration, and database imports.
name,age,email,active John Doe,30,john@example.com,true Jane Smith,25,jane@example.com,false Bob Johnson,35,bob@example.com,true
This CSV structure will convert to a JSON array of objects with proper type conversion for numbers and booleans.