1. CSV is not a single well-defined format. Some people use rfc4180, but not everybody does.
2. JSON is easier to parse than CSV for JavaScript clients, i.e., browsers. On the other hand, JSON is not a subset of JavaScript.
1. CSV is not a single well-defined format. Some people use rfc4180, but not everybody does.
2. JSON is easier to parse than CSV for JavaScript clients, i.e., browsers. On the other hand, JSON is not a subset of JavaScript.