JSON to CSV converter
[ { "no": 123, "name": "Foo", "subjects": [ { "name": "mathematics", "score": 93 }, { "name": "physics", "score": 80 } ] }, { "no": 345, "name": "Buzz", "subjects": [ { "name": "mathematics", "score": 90 }, { "name": "physics", "score": 95 } ] } ]