csvwriter
Version:
Create CSV from complex JSON objects with CLI or API
28 lines • 420 B
JSON
[
{
"name": "entry 1",
"complex": [
{
"name": "first",
"description": "the first"
},
{
"name": "second",
"description": "the second"
}
]
},
{
"name": "entry 2",
"complex": [
{
"name": "third",
"description": "the third"
},
{
"name": "fourth",
"info": "looks different"
}
]
}
]