Files
Convert_json_to_csv/input.json
2024-05-10 22:19:42 +03:00

12 lines
172 B
JSON

[
{
"Name": "Akash",
"age": 26,
"birthyear": "1994"
},
{
"Name": "Abhay",
"age": 34,
"birthyear": "1986"
}
]