JSON: [{"name":"John","age":30},{"name":"Jane","age":25}] CSV: name,age John,30 Jane,25
Nested objects are flattened to dot notation (e.g., address.city).