JSON Format (with images/audio support):
{
"deckName": "My Deck",
"cards": [
{"front": "Question 1", "back": "Answer 1"},
{"front": "Question 2", "back": "Answer 2"}
]
}
JSON files exported from this app include embedded images and audio.
CSV Format (text only):
Two columns: front (question) and back (answer), separated by commas. No images or audio.
Question 1,Answer 1
Question 2,Answer 2
"Question with, comma",Answer 3
Note: Use quotes around fields containing commas.