📊 CSV to JSON Array

📥 CSV Input

📤 JSON Output

0 character

💡 Instructions

CSV( No.separate value)DatawillbyConvertforJSONobjectnumber rounds。No. rowworkforfield (key),after eachrowworkforaobject。
showexample:
CSV Input: name,age,city
,25,north

JSON Output: [{"name": "","age":"25","city":"north "}]